Skip to content

Instantly share code, notes, and snippets.

@pcwerk
Created April 8, 2020 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcwerk/0a626485bd8da6debf4fe7213cefa540 to your computer and use it in GitHub Desktop.
Save pcwerk/0a626485bd8da6debf4fe7213cefa540 to your computer and use it in GitHub Desktop.
centos 7 install docker
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