- Add docker_mk_env default global variables.

This commit is contained in:
2026-05-28 14:43:56 +02:00
parent 038f77f2fe
commit c5e6d07bc2
3 changed files with 16 additions and 2 deletions

View File

@@ -53,6 +53,19 @@
#-----------------------------------------------------------------------------------------------------------------------------------
# Global Variables
#-----------------------------------------------------------------------------------------------------------------------------------
declare -g DOCKER_TOOLS_VOLUME="SINGLE"
declare -g DOCKER_TOOLS_EXEPTION_LIBS=""
declare -g DOCKER_TOOLS_EXEPTION_LOGS=""
declare -g DOCKER_TOOLS_USER_GROUP_FORCE="FALSE"
#-----------------------------------------------------------------------------------------------------------------------------------
# Init
#-----------------------------------------------------------------------------------------------------------------------------------