Skip to content

Instantly share code, notes, and snippets.

@delabassee
Created March 2, 2021 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delabassee/95f7abde5671dfc546e8855bc0e1ae96 to your computer and use it in GitHub Desktop.
Save delabassee/95f7abde5671dfc546e8855bc0e1ae96 to your computer and use it in GitHub Desktop.
# Install Docker on OEL
sudo yum -y install docker
sudo usermod -aG docker ${USER}
sudo systemctl enable docker.service
sudo systemctl start docker.service
sudo su - $USER
#docker run hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment