Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Just follow below steps


Code Block
% sudo yum check-update
.
.
.
% sudo yum install docker
.
.
.
% sudo systemctl start docker
.
.
.
% sudo systemctl enable docker


You can check if your docker daemon is working correctly by following command line:

Code Block
% sudo systemctl status docker0

...