Browse Source

Added Comment

master
Froz 3 years ago
parent
commit
649030a54f
  1. 2
      initial ubuntu setup/part-2-docker-scripts.sh

2
initial ubuntu setup/part-2-docker-scripts.sh

@ -18,7 +18,7 @@ apt install docker-ce @@ -18,7 +18,7 @@ apt install docker-ce
systemctl status docker
usermod -aG docker ${USERNAME}
# Install Docker-Compose
# Install Docker-Compose - Do this with a regular user account not as root
mkdir -p ~/.docker/cli-plugins/
curl -SL "https://github.com/docker/compose/releases/download/v2.11.2/docker-compose-$(uname -s)-$(uname -m)" -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose

Loading…
Cancel
Save