- Add docker_mk_dir & docker_tools_install commands.
This commit is contained in:
parent
a1cdbcdac2
commit
1ffaa822e6
@ -5,6 +5,7 @@ Welcome to Rx3-Docker/Docker Tools!
|
||||
This project aims to give some basic tools to be used by other Rx3 docker packaging projects.
|
||||
|
||||
Features:
|
||||
- docker_tools_install & docker_mk_dir to setup a new application environment,
|
||||
- docker_mk_env command to compile env file into .env file,
|
||||
- docker_start, docker_stop & docker_logs command,
|
||||
- docker_service_add env file function,
|
||||
|
@ -1,3 +1,11 @@
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
Rx3-Docker/Docker Tools V 1.3.1 - A. GIBERT - 2024/12/14
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
- Add docker_mk_dir & docker_tools_install commands.
|
||||
|
||||
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
Rx3-Docker/Docker Tools V 1.3.0 - A. GIBERT - 2024/11/26
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
set -o errexit
|
||||
|
||||
if [[ "$DOCKER_TOOLS_DEBUG" == "TRUE" ]]
|
||||
if [[ "${DOCKER_TOOLS_DEBUG}" == "TRUE" ]]
|
||||
then
|
||||
set -x
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user