You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# stop the docker service
systemctl stop docker
# update
sudo yum update docker-engine
# restart
sudo systemctl restart docker.service
# check the version
sudo docker version
# status
sudo systemctl status docker.service