douglascamata/Setup Docker on macOS
Setup Docker on macOS using Colima, Lima-VM, and Homebrew.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lima | Lima version. Defaults to the latest version. | no | latest |
| colima | Colima version. Defaults to the latest version. | no | latest |
| colima-network-address | Starts Colima with a reachable network address (`--network-address`). Makes Colima startup slower. | no | false |
| colima-additional-options | Starts Colima with additional options. May break Colima startup. | no | — |
Outputs
| name | description |
|---|---|
| colima-version | Version of Colima |
| docker-client-version | Version of the Docker client |
| docker-compose-version | Version of Docker Compose |
| docker-buildx-version | Version of Docker Buildx |