make docker-up
Ensure the .env, then start the CLI container.
Usage
make docker-up
What it does
env-prepare(prerequisite) — create/repair../.env.- Host pre-flight — Docker, Compose, gitconfig/ssh, and the full
.envvalidation. -
Starts the stack:
HOST_UID=<uid> HOST_GID=<gid> docker compose -f docker/docker-compose.yml up -d
The host user’s UID/GID are forwarded so files created inside the container are
owned by you, not root.
When to use
To start (or restart) the container without entering it — e.g. in a script, or
to re-apply the bind-mounts after editing docker-compose.yml.
Related
make setup—docker-up+ enter the shell.make cli— enter an already-running container.