mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-20 03:57:39 -04: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"
|