Skip to content

Instantly share code, notes, and snippets.

@procrypt
Created January 23, 2017 08:40
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 procrypt/bb5880dac25ffb229c4d400b8d7ac6e8 to your computer and use it in GitHub Desktop.
Save procrypt/bb5880dac25ffb229c4d400b8d7ac6e8 to your computer and use it in GitHub Desktop.

Installation of Docker

yum -y update

yum -y install docker docker-registry

Start Docker and Make Sure Docker Starts on Boot

systemctl enable docker.service

systemctl start docker.service

systemctl status docker.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment