mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-20 09:57:40 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
4
applications/registry/scripts/install.sh
Normal file
4
applications/registry/scripts/install.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
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"
|
Reference in New Issue
Block a user