Created
September 14, 2017 02:19
-
-
Save MagnusTiberius/f227dca8f8087a84e9f26aeea2fb3bda to your computer and use it in GitHub Desktop.
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 groupadd docker | |
| sudo usermod -aG docker $USER | |
| #install docker | |
| sudo wget https://download.docker.com/linux/static/stable/x86_64/docker-17.03.0-ce.tgz | |
| #>/dev/null 2>&1 | |
| sudo tar -xzvf docker-17.03.0-ce.tgz | |
| sudo cp docker/* /usr/bin/ | |
| #fix: ref-> https://stackoverflow.com/questions/24396071/docker-error-mountpoint-not-found | |
| sudo apt-get -y install cgroup-bin |
chcr2
client:2dcf959ffccfd339ff6357a7db5303fa285990ce1659e5eb13c897f837468d1b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
client:e9de9326e5083de32b9acf6567d5e8317aa51ade44fa7450d32888423fa6e392