diff --git a/content/packages/working-with-a-github-packages-registry/working-with-the-docker-registry.md b/content/packages/working-with-a-github-packages-registry/working-with-the-docker-registry.md index b8cf515b02b1..66ccb0414e90 100644 --- a/content/packages/working-with-a-github-packages-registry/working-with-the-docker-registry.md +++ b/content/packages/working-with-a-github-packages-registry/working-with-the-docker-registry.md @@ -284,6 +284,7 @@ docker pull docker.HOSTNAME/OWNER/REPOSITORY/IMAGE_NAME:TAG_NAME {% ifversion ghes %} If your instance has subdomain isolation disabled: + ```shell docker pull HOSTNAME/OWNER/REPOSITORY/IMAGE_NAME:TAG_NAME ```