Installing container platform (Docker, Podman)
Table: Installing container platform
|
Platform |
Description |
|---|---|
|
Docker on Ubuntu |
Supported version: Docker 18.09 and later For detailed instructions on installing the Docker on Ubuntu, see Install Docker Engine on Ubuntu. |
|
Docker on RHEL 7.x |
Supported version: Docker 1.13.x and later Use the following process to install Docker on RHEL.
For detailed instructions on installing Docker on RHEL, see Getting Docker in RHEL 7. If the docker is using the default storage driver (overlay2 or overlay) on XFS backed file system, then ensure that XFS FS has the ftype option set to 1. Use xfs_info to verify. For details, see Use the OverlayFS storage driver. Otherwise, you can use a different storage driver. For details, see Docker storage drivers. |
|
Podman on RHEL 9, 8.6 and 8.4 |
Supported version: Podman 4.0.2 and later Notes:
Ensure that the following services are enabled and running: # systemctl enable podman-restart # systemctl start podman-restart # systemctl enable podman.socket # systemctl start podman.socket |