Created
March 5, 2020 22:29
-
-
Save russau/9aff06d5cbcd53b24fcb0195fc3942e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt update --assume-yes && \ | |
apt install docker.io --assume-yes && \ | |
apt install docker-compose --assume-yes && \ | |
usermod -a -G docker ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment