_The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense._
_Also, before reporting a new issue, please make sure that:_
Request RHEL 8 support from nvidia docker repository.
NA
nvidia-container-cli -k -d /dev/tty infouname -admesgnvidia-smi -adocker versiondpkg -l '*nvidia*' _or_ rpm -qa '*nvidia*'nvidia-container-cli -V@Ethyling @rajatchopra can on you take a stab at testing if the normal RHEL 7.5 packages work on RHEL8 ?
If so we'll just symlink the RHEL8 folder to the RHEL 7.5 folder :)
I'd like to request that this is re-opened. Information about Docker in RHEL 8 is available here. If you don't have a Red Hat Access subscription, I'll save you the cost:
Is the
dockerpackage available for Red Hat Enterprise Linux 8?Environment
- Red Hat Enterprise Linux 8
Issue
- I can't find the
dockerpackage in RHEL 8.- The
dockerpackage is not available from the Red Hat repositories.Resolution
- The
dockerpackage is not shipped or supported by Red Hat for Red Hat Enterprise Linux (RHEL) 8. The Docker container engine is replaced by a suite of tools in the Container Tools module.- The
podmancontainer engine replaceddockeras the preferred, maintained, and supported container runtime of choice for Red Hat Enterprise Linux 8 systems. Podman provides a docker compatible command line experience enabling users to find, run, build, and share containers. Podman uses Buildah and Skopeo as libraries for the build and push.- The
buildahutility replaceddocker buildas the preferred, maintained, and supported container images build tool in Red Hat Enterprise Linux 8 systems.- The
skopeoutility replaceddocker pushas the preferred, maintained and supported utility for moving container images between registries, and container engines.- For an overview of all of these tools, please see: Building, running and managing containers - Chapter 1. Starting with containers
- For a deeper dive on podman specifically, please see: Building, running and managing containers - Chapter 7. Container command line reference
Root Cause
- The
dockerpackage has been replaced by thecontainer-toolsmodule.
Because of this change, we either need to:
Ah sorry I didn't mean to close this issue.
Podman should already be supported if you install the toolkit package:
yum install nvidia-container-toolkit
Ah sorry I didn't mean to close this issue.
Podman should already be supported if you install the toolkit package:
yum install nvidia-container-toolkit
Please update this webpage to reference the RHEL 8 repository if there is one.
https://nvidia.github.io/nvidia-docker/
Please reopen this issue so that we can track integration of podman.
Most helpful comment
Please reopen this issue so that we can track integration of podman.