Last active
January 5, 2019 11:16
-
-
Save benjaminkott/acef7a513faef2d0d5a188eebabd0fe4 to your computer and use it in GitHub Desktop.
cb
This file contains hidden or 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
sudo apt-get install wget | |
sudo apt-get install docker-ce -y | |
wget https://www.dropbox.com/s/332lj9d1zkp9t84/runc-chromeos?dl=1 -O runc-chromeos | |
sudo mv runc-chromeos /usr/local/bin/ | |
sudo chmod +x /usr/local/bin/runc-chromeos | |
wget https://www.dropbox.com/s/camzt33ueudubc1/daemon.json?dl=1 -O daemon.json | |
sudo mv daemon.json /etc/docker/ | |
sudo service docker restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment