### Start Container System Services Source: https://github.com/apple/container/blob/main/docs/command-reference.md Starts the container services and optionally installs a default kernel. Use this command to ensure all background services are running. ```bash container system start [--app-root ] [--install-root ] [--log-root ] [--enable-kernel-install] [--disable-kernel-install] [--timeout ] [--debug] ``` -------------------------------- ### Install Bash Completions with Bash-Completion (Homebrew) Source: https://github.com/apple/container/blob/main/docs/how-to.md This example demonstrates installing bash completions using the `bash-completion` package, specifically when installed via Homebrew. The script is placed in the `bash_completion.d` directory. ```bash container --generate-completion-script bash > /opt/homebrew/etc/bash_completion.d/container source /opt/homebrew/etc/bash_completion.d/container ``` -------------------------------- ### Container System Version - Table Output Example Source: https://github.com/apple/container/blob/main/docs/command-reference.md Example of the table output for `container system version`, showing component, version, build, and commit information. ```bash container system version ``` ```text COMPONENT VERSION BUILD COMMIT container 1.2.3 debug abcdef1 container-apiserver container-apiserver version 1.2.3 (build: release, commit: 1234abc) release 1234abcdef ``` -------------------------------- ### Start BuildKit Builder Container Source: https://github.com/apple/container/blob/main/docs/command-reference.md Starts the BuildKit builder container. CPU and memory limits can be set for the builder. ```bash container builder start [--cpus ] [--memory ] [--dns ...] [--dns-domain ] [--dns-option