Loading...
Loading...
Interact with the Apple Container CLI to manage containers, images, volumes, networks, and system services on macOS. Use this skill when the user asks to run, build, or inspect containers or manage the container runtime.
npx skill4agent add gabeosx/agent-skills apple-container-skillrun_shell_commandcontainer system statuscontainer system startsystem startcontainer system stopsudo container system dns create <domain>testcontainer system property set dns.domain <domain>http://<container-name>.<domain>vmnet192.168.64.x-p 5432:5432192.168.64.1sslmode=disable-p 8080:80lost+foundPGDATA=/var/lib/postgresql/data/pgdata--sshcontainer run --ssh ...--volume-v $(pwd):/appcontainer builder start --cpus 4 --memory 8gcontainer system statuscontainer system startsudocontainer system start--enable-kernel-install--disable-kernel-install--app-root <path>--install-root <path>container system stop--prefix <string>container system statuscontainer system versioncontainer system logs--follow--last <time>5m1hcontainer system dfcontainer system dns create <domain>container system dns listcontainer system dns delete <domain>container system property listcontainer system property get <id>container system property set <id> <value>container system property set dns.domain my.localcontainer system property clear <id>container system kernel set--recommended--arch <arch>--binary <path>container run [OPTIONS] IMAGE [COMMAND] [ARG...]-d, --detach-i, --interactive-t, --tty-p, --publish <host-port:container-port>-v, --volume <host-path:container-path>--name <string>--rm-e, --env <key=value>-u, --user <user>-w, --workdir <dir>-c, --cpus <count>-m, --memory <size>512M2Gcontainer create [OPTIONS] IMAGE [ARG...]runcontainer start [OPTIONS] CONTAINER...-a, --attach-i, --interactivecontainer stop [OPTIONS] CONTAINER...-t, --time <seconds>-s, --signal <signal>container kill [OPTIONS] CONTAINER...-s, --signal <signal>container delete [OPTIONS] CONTAINER...rm-f, --forcecontainer exec [OPTIONS] CONTAINER COMMAND [ARG...]-it-d-w-e-u, --usercontainer list [OPTIONS]lsps-a, --all-qcontainer inspect CONTAINER...container logs [OPTIONS] CONTAINER-f, --follow--tail <n>--bootcontainer stats--no-streamcontainer build [OPTIONS] PATH-t <tag>-f <dockerfile>--build-arg <key=val>--no-cache-o, --output <type>container image pull [OPTIONS] NAME[:TAG]--platform <os/arch>--arch <arch>--os <os>container image push NAME[:TAG]container image listlsimagescontainer image delete IMAGE...rmrmicontainer image prunecontainer image tag SOURCE TARGETcontainer image inspect IMAGE...container image save -o <path> IMAGE--platform <os/arch>container image load -i <path>container volume create [OPTIONS] NAME-s, --size <size>--label <key=val>container volume listlscontainer volume inspect NAME...container volume delete NAME...rmcontainer volume prunecontainer network create NAME--subnet <cidr>--subnet-v6 <cidr>--label <key=val>container network listlscontainer network inspect NAME...container network delete NAME...rmcontainer network prunecontainer registry login SERVER-u <username>--password-stdin--scheme <auto|https|http>container registry logout SERVERcontainer builder statuscontainer builder start--cpus <count>--memory <size>container builder stopcontainer builder deletecontainer builder prune