enable docker
This commit is contained in:
parent
9f709fc55c
commit
246d043769
@ -11,6 +11,7 @@ apt update
|
||||
apt install -y docker docker-compose
|
||||
|
||||
hostnamectl set-hostname $HOSTNAME
|
||||
systemctl enable --now docker
|
||||
|
||||
cd /home/ubuntu
|
||||
wget -O docker-compose.yml $FULL_COMPOSE_URL
|
||||
|
Loading…
Reference in New Issue
Block a user