- Initial release:

- Implement docker_start, docker_stop, docker_logs & docker_mk_env commands.
This commit is contained in:
2024-10-05 12:21:38 +02:00
commit d0b3985a23
11 changed files with 1223 additions and 0 deletions

12
sbin/docker_stop Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
#-------------------------------------------------------------------------------
set -o errexit
APPL_HOME_DIR="$(dirname "$(dirname "$0")")"
#-------------------------------------------------------------------------------
docker compose down