Created
April 8, 2020 15:02
-
-
Save pcwerk/0a626485bd8da6debf4fe7213cefa540 to your computer and use it in GitHub Desktop.
centos 7 install docker
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
sudo yum check-update | |
curl -fsSL https://get.docker.com/ | sh | |
sudo systemctl start docker | |
sudo systemctl status docker | |
sudo systemctl enable docker | |
sudo usermod -aG docker localadmin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment