5709a7858d5c197721be66d5218a79124abadb70 lrnassar Tue Mar 17 08:46:31 2026 -0700 Adding alt text to images across static documentation pages, CGI headers, markdown docs, and Pandoc templates. Content images receive AI-generated descriptive alt text; decorative images (icons, spacers, toggles) receive alt="" per WCAG best practice. Also adds Image Descriptions section to the accessibility page, and fixes Pandoc Lua writers to output alt attributes. 67 files, covering help docs, news archive, ENCODE pages, portal pages, and session examples. refs #37254 diff --git src/hg/htdocs/goldenPath/help/docker.html src/hg/htdocs/goldenPath/help/docker.html index 284fa9fa447..06ed38094d9 100755 --- src/hg/htdocs/goldenPath/help/docker.html +++ src/hg/htdocs/goldenPath/help/docker.html @@ -108,46 +108,46 @@
Running the following command will list the running container:
docker container ls
Running the following command stops the running container::
docker stop <container_name_or_id>
Running the following command removes the existing container::
docker rm <container_name_or_id>
The Docker Desktop user interface can be used to run the container by going to the images tab and clicking the run button under Actions:
+
Click Optional settings in the "Run a new container" pop-up window:
+
Enter a Container name and a Host port in the "Run a new container" popup window:
+
Click the link with the Host port to go to the running container via localhost:
+
A Docker volume allows the data to be persistent (long-lasting) after the container restarts and mount to a host directory or another container's data volume into the UCSC Genome Browser container.
The following command creates a new volume named ucsc_genomebrowser_volume that containers can consume and store data in:
docker volume create ucsc_genomebrowser_volume
After creating the volume named ucsc_genomebrowser_volume, running the docker run command starts the