Prerequisite installation for Docker users

If your Linux® system does not have the required versions of Docker and Docker Compose installed, you can use the convenience package prereqs/docker_prereqs-v2.run to install Docker and Docker Compose.

Procedure

To run the prereqs/docker_prereqs-v2.run as root or under a user ID with sudo all authority with the following commands:
cd TEMP_WORK_DIR_ZOA/prereqs
./docker_prereqs-v2.run -i
After you run the package, the following components are installed and fully configured:
  • Docker CE engine 23.0.2
  • Docker CLI 23.0.2
  • Docker Compose 2.17.2
  • containerd 1.7.0
  • runc v1.1.5
Files are installed into /usr/local. Additionally, the service and socket unit files that are required to start Docker as a systemd service are installed and enabled if systemd is in use on the Linux system.