This commit is contained in:
maurice
2025-10-28 09:16:51 +01:00
parent 407ba8afae
commit 778ee0a2a6
17 changed files with 77 additions and 104 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# =============================================== #
# devc.sh v2.0; job79 #
# devc.sh v2.0; job79, maurice #
# Dev container enter script. Handles setting up #
# different dev containers, resuming sessions and #
# automatic container updates. #
@@ -36,6 +36,9 @@ default_args() {
# restarts. Use copy to keep the files from the image.
arg "-v $name:/home/user:copy"
# Mount dev folder
arg "-v $HOME/dev:/home/user/dev"
# If there is custom configuration for the container, load
# it here.
config_file="$(dirname "$(realpath "$0")")/containers/$name/config.sh"