Lima and docker-compose support #469
-
Currently, I'm using Docker Desktop for Mac to support a project at work. I rely heavily on using docker-compose to start/stop a set of services required to test an application. Does Lima support reading from a docker-compose.yml file and launching the services contained within this file? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Yes, You can also use Docker with Lima, if nerdctl doesn’t work for you. https://github.com/lima-vm/lima/blob/v0.7.4/examples/docker.yaml |
Beta Was this translation helpful? Give feedback.
-
For Podman, you can use this command: |
Beta Was this translation helpful? Give feedback.
Yes,
lima nerdctl compose up
should work.You can also use Docker with Lima, if nerdctl doesn’t work for you. https://github.com/lima-vm/lima/blob/v0.7.4/examples/docker.yaml