Skip to content

nobelchowdary/install-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Docker-CE Installation on RHEL

The Redhat Linux OS that is installed on the Virtual Machine or on the PC, has to be configured with the yum repositories to install the docker.

If at all the OS launched from the cloud, the configuration of the YUM will be done by default. I am using putty in this tutorial, to access the instance launched.

image

Now, to access the folder where the repo files are present. image

Install the VIM to create and edit the files in RHEL. image

Create and Open a repository for installation of docker using vim image

Configure the repo file accordingly with the URL to download docker (http://download.docker.com/linux/centos/7/x86_64/stable) image

Install the Docker-CE stable version using yum image

After successful installation check the installed version of the docker image

Start the docker image

Execute few commands to know about the docker image

Now, install an OS using and check the names of commands from hub.docker.com image

This is all about the installation of Docker-CE on RHEL. Happy Reading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published