You are just 3 steps away from running docker containers on a RHEL7.
- curl -sSL https://get.docker.com/ | sh
- systemctl enable docker
- systemctl start docker
Now you can test your installation running
- docker run hello-world
That’s it.
You are just 3 steps away from running docker containers on a RHEL7.
Now you can test your installation running
That’s it.