diff --git a/topics/using-docker-images.dita b/topics/using-docker-images.dita index 0f0c8dd9..26462bf9 100644 --- a/topics/using-docker-images.dita +++ b/topics/using-docker-images.dita @@ -31,10 +31,17 @@

When a container is stopped, any changes made within the container are lost, so source files and generated output should be stored outside the container. These resources are attached to the container by mounting directories from the host machine.

- If you use + If you use Podman to manage and run your containers, - you can substitute podman for the docker command in the instructions - below. + you must substitute + podman --userns=keep-id:uid=UID,gid=GID for the + docker command in the instructions below. For DITA-OT versions 4.2.3 and earlier, both + UID and GID are 1000. For all later DITA-OT + versions, both values are 1001.

To run the DITA-OT image, you will need to install Docker and be able to access the GitHub Container Registry.