Last active
December 29, 2018 09:17
-
-
Save thinkycx/cc551d0fcb900cf8ffd4e00c3d416253 to your computer and use it in GitHub Desktop.
install some essentials on ubuntu
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
# 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