Skip to content

Instantly share code, notes, and snippets.

@thinkycx
Last active December 29, 2018 09:17
Embed
What would you like to do?
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