Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
apt-get update -y
apt-get upgrade -y
apt-get install git -y
curl -fsSL https://get.docker.com/ | sh
apt-get install python-pip -y
pip install docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment