Skip to content

Instantly share code, notes, and snippets.

@russau
Created March 5, 2020 22:29
Show Gist options
  • Save russau/9aff06d5cbcd53b24fcb0195fc3942e3 to your computer and use it in GitHub Desktop.
Save russau/9aff06d5cbcd53b24fcb0195fc3942e3 to your computer and use it in GitHub Desktop.
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