mirror of
https://github.com/chevereto/docker.git
synced 2025-12-16 13:09:47 +01:00
remove default ns
This commit is contained in:
@@ -8,6 +8,7 @@ if [ "${ENCRYPTION_KEY}" == "" ]; then
|
||||
ENCRYPTION_KEY=$(openssl rand -base64 32)
|
||||
echo '🔑 Using auto encryption key'
|
||||
fi
|
||||
mkdir -p $(dirname ${NAMESPACE_FILE})
|
||||
cat >${NAMESPACE_FILE} <<EOM
|
||||
HOSTNAME=${HOSTNAME}
|
||||
ENCRYPTION_KEY=${ENCRYPTION_KEY}
|
||||
|
||||
Reference in New Issue
Block a user