Skip to content

Instantly share code, notes, and snippets.

@mda590
Created March 20, 2017 22:33
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save mda590/9404128f5157f38098189616a56070f6 to your computer and use it in GitHub Desktop.
Save mda590/9404128f5157f38098189616a56070f6 to your computer and use it in GitHub Desktop.
Install Docker on RHEL AWS
sudo yum-config-manager --enable "Red Hat Enterprise Linux Server 7 Extra(RPMs)"
sudo yum install docker -y
@kiranboda123
Copy link

Thanks a lot bro

@Brzozova
Copy link

Brzozova commented Jun 6, 2019

That's what I needed! Thnks!

@sony504
Copy link

sony504 commented Sep 18, 2019

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 ~]#

@Jeevan-J
Copy link

Thanks! This worked for me.

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