- Implement volume modes,

- Add DOCKER_TOOLS_VOLUME & DOCKER_TOOLS_EXECPTION_LIBS env variables.
This commit is contained in:
2024-11-26 17:44:43 +01:00
parent 7bf4bc661a
commit a1cdbcdac2
3 changed files with 99 additions and 38 deletions

View File

@@ -7,7 +7,13 @@ This project aims to give some basic tools to be used by other Rx3 docker packag
Features:
- docker_mk_env command to compile env file into .env file,
- docker_start, docker_stop & docker_logs command,
- docker_service_add env file function.
- docker_service_add env file function,
- docker_build_push.
Support different mounted volume modes:
- Single,
- Merged, (Old mode)
- Splited. (Default)
Enjoy it!