jesseduffield / jesseduffield/lazydocker
docker-compose.yml not picked up when using podman with lazydocker
- Dominant language
- Go
- Stars
- 52.8k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
I am using lazydocker with podman following the discussions in #4 . While it seems to work well, I miss the "services" when inside a dir with docker-compose.yml present.
Here is my [nix home manager config](https://github.com/chenxin-yan/nix-dotfiles/blob/main/modules/shared/core/podman/default.nix)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to a directory with docker-compose.yml in the root
2. Open lazydocker
3. Observe that "services" are not listed
**Expected behaviour**
When using with docker, services specified in docker-compose.yml will be listed under services with appropriate batch commands
**Desktop (please complete the following information):**
- OS: Darwin
- Lazydocker Version 0.24.1
Contributor guide
Assessment
This issue has not been assessed yet.