Docker Installation
Estimated time to read: 2 minutes
Install Docker Engine on RHEL
-
Uninstall the old versions CRI
-
Docker Installation
- 2.1 Setup the Repository
Note: If you want to can check the repo status -->
yum repolist
- 2.1 Setup the Repository
-
Install Docker
- 3.1 Install latest version of docker
Note: Install specific version of docker
- 3.1 Install latest version of docker
-
Start Docker
- Enable docker
- Check docker status
- Verify that the Docker Engine installation is successful by running the
hello-world
image. - Docker Engine cleanup
- 8.1 How to remove containers
- 8.2 How to remove docker images