Skip to content

Instantly share code, notes, and snippets.

@micaelis72
Created November 8, 2018 18:21
Show Gist options
  • Save micaelis72/65529f45e8bbd42d9d9c0a61783c8b48 to your computer and use it in GitHub Desktop.
Save micaelis72/65529f45e8bbd42d9d9c0a61783c8b48 to your computer and use it in GitHub Desktop.
Sysconfig file with defined variables used in the start script
# Variables to start the registry
RANGE_PORTS="5000:5000"
REGISTRY_STORAGE_VOLUME="/var/lib/registry:/var/lib/registry"
REGISTRY_CONTAINER_LABEL="registry"
REGISTRY_CONTAINER_NAME="registry:2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment