forked from aicage/aicage
-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Options
Stefan Kuhn edited this page Feb 4, 2026
·
11 revisions
-
--dry-run: print the composeddocker runcommand without executing it. -
--docker: mount/run/docker.sockinto the container to enable Docker-in-Docker workflows. -
--share <path>: mount a host path into the container. Repeatable; append:rofor read-only. Missing paths are created (file if a suffix is present, otherwise a directory). -
--config print: print the project config path and its contents.
-
-h,--help: show usage and exit. -
--version: print theaicageversion and exit.
Print the docker command without running it (replace <agent> with your agent):
aicage --dry-run <agent>Mount the Docker socket for Docker-in-Docker:
aicage --docker <agent>Share a host directory into the container (read-only):
aicage --share /data:ro <agent>Show the project config path and contents:
aicage --config print