mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 12:34:31 -05:00
5 lines
215 B
Bash
5 lines
215 B
Bash
|
mkdir -p "/config/registry" "/data/registry"
|
||
|
[ -d "/etc/docker-registry" ] && rm -Rf "/etc/docker-registry"/*
|
||
|
ln -sf "/config/registry" "/etc/docker-registry"
|
||
|
ln -sf "$(type -P docker-registry)" "/usr/bin/registry"
|