See more about LIMA at project home page https://github.com/lima-vm/lima
- good terminal
- homebrew - The Missing Package Manager for macOS (or Linux)
Using a terminal of choice, execute the following commands:
- Only once -
brew install lima
- This installs LIMA. - Only once -
limactl start /usr/local/share/doc/lima/examples/podman.yaml
- This is mandatory, it will provision an environment namedpodman
with proper configuration for api access. - Any time -
limactl shell podman
- This is to drop a shell into the limapodman
environment, you can thenuname -a
to see details of the subsystem.
NOTE - After restart, one may need to execute
limactl start podman
Add Docker
- Only once -
limactl start /usr/local/share/doc/lima/examples/docker.yaml
- This is mandatory, it will provision an environment nameddocker
with proper configuration for api access. - Any time -
limactl shell docker
- This is to drop a shell into the limadocker
environment, you can thenuname -a
to see details of the subsystem.
NOTE - After restart, one may need to execute
limactl start docker