Created
March 20, 2017 22:33
-
-
Save mda590/9404128f5157f38098189616a56070f6 to your computer and use it in GitHub Desktop.
Install Docker on RHEL AWS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum-config-manager --enable "Red Hat Enterprise Linux Server 7 Extra(RPMs)" | |
sudo yum install docker -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
but ... how to restart the docker the me commads..
but i am restart the docker not working ...
[root@ip-172-31-83-132 ~]# systemctl start docker
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
[root@ip-172-31-83-132 ~]#