← all formulas
docker-engine
Pack, ship and run any application as a lightweight container (Daemon)
- Version
- v29.4.3
- License
- Apache-2.0
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install docker-engineCaveats
To run dockerd as the current user, execute the following commands:
brew install rootlesskit slirp4netns
dockerd-rootless-setuptool.sh install
NOTE: As the lifecycle of containerd is managed by dockerd,
do NOT run `containerd-rootless-setuptool.sh install`
before `dockerd-rootless-setuptool.sh install`.
To run dockerd as the root user, use `brew services` with `sudo --preserve-env=HOME`.