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.
-To run the DITA-OT image, you will need to install Docker and be able to access the GitHub Container Registry.