Created
October 31, 2022 23:24
-
-
Save Zeyu-Li/c0ea3aaca554fc6c15eb2f2ca41f4f3a to your computer and use it in GitHub Desktop.
Installing docker on Cybera
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
curl -sSL https://get.docker.com/ > docker.sh && sh docker.sh && rm docker.sh | |
sudo usermod -a -G docker $(whoami) | |
sudo service docker start | |
sudo systemctl enable docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Logout then login afterwards