-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching projects #189
Comments
I think it's showing this if docker compose shows information in your current dir. If that's not the case it might be that you have found a bug :) |
If I run those two commands:
Then lazydocker will only show me the containers created in the second project, which is exactly the The above example is pretty simplified, of course the different projects in real life have different env vars and configurations :) |
We're having this issue as well, when copying an existing docker-compose project as template for a new project, running lazydocker in that new project shows the original project images and containers. |
This is turning into a quite annoying issue, I currently have 2 folders that I cannot use at the same time due to Lazydocker not being able to differentiate between them. When running a container in the one folder, and moving to the other it'll briefly show the other folder its name, but then switch it to the former. |
Same here |
This seems to be caused by having running compose projects that have containers with exactly the same name. Seems the project prefix isn't taken into account. |
btw. seems this is a duplicate of #122 |
Having the same issue |
We might need to rework how projects are handled or at least provide a way to change to recently opened projects |
Please fix this issue! I usually run multiple docker-compose-based projects on the same machine. |
Hey, first of all: Awesome project, many thanks for that! ❤️
I have one question: Is it possible to switch projects? For me only the last project that I started using docker-compose is shown and I am unable to figure out how to switch to other running projects 🤔
The text was updated successfully, but these errors were encountered: