forked from 0k/0k-charms
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
250 B
10 lines
250 B
## docker-registry daemon management vars:
|
|
|
|
RUNAS=docker
|
|
DOCKER_REGISTRY_HOME="/var/lib/docker/"
|
|
|
|
## docker-registry variables
|
|
STORAGE_PATH="/var/lib/docker-registry"
|
|
#REGISTRY_PORT=5000
|
|
DOCKER_REGISTRY_CONFIG=config_sample.yml
|
|
SETTINGS_FLAVOR=local
|