Skip to content

Instantly share code, notes, and snippets.

@thinkycx
Last active December 29, 2018 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinkycx/cc551d0fcb900cf8ffd4e00c3d416253 to your computer and use it in GitHub Desktop.
Save thinkycx/cc551d0fcb900cf8ffd4e00c3d416253 to your computer and use it in GitHub Desktop.
install some essentials on ubuntu
# install docker
sudo apt-get install docker.io
sudo service docker start
sudo usermod -aG docker $(whoami)
# docker-compose
sudo pip install docker-compose
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment