You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Just follow below steps


% 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:

% sudo systemctl status docker0


  • No labels