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>

Using Docker Desktop to Create a Container

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:

- + Docker Desktop Images tab showing the Genome Browser mirror container image

Click Optional settings in the "Run a new container" pop-up window:

- + Docker run dialog with the Optional Settings section expanded

Enter a Container name and a Host port in the "Run a new container" popup window:

- + Docker container settings panel with container name and host port fields

Click the link with the Host port to go to the running container via localhost:

- + Docker container logs showing the running Genome Browser with a clickable port link

Create a Docker Volume for Data Persistence

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