July 2018
Intermediate to advanced
504 pages
11h 34m
English
As with Kubernetes, Docker is relied on by OpenShift for providing a container runtime environment. Therefore, we will need to activate Docker on our OpenShift VM:
# systemctl start docker# systemctl enable dockerCreated symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.
Read now
Unlock full access