Skip to content
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

Does not fully work on Kubuntu 18.04 #41

Closed
Janealter opened this issue Jul 1, 2019 · 5 comments · Fixed by #77
Closed

Does not fully work on Kubuntu 18.04 #41

Janealter opened this issue Jul 1, 2019 · 5 comments · Fixed by #77

Comments

@Janealter
Copy link

Services and standalone containers are not displayed.

@dawidd6
Copy link
Collaborator

dawidd6 commented Jul 1, 2019

Docker version installed on your machine?
Compose version installed on your machine?
Lazydocker installation method and version as well on your machine?

Please provide some more information.

@piotrmacha
Copy link

I had similar problem running lazydocker on WSL with docker-compose

docker-compose version 1.17.1, build unknown

Updating docker-compose to newest version solved the problem

docker-compose version 1.24.0, build 0aa59064

You can find instructions for getting the newest version here on https://docs.docker.com/compose/install/#install-compose-on-linux-systems

@arpadszasz
Copy link

I can confirm the solution provided by @piotrmacha works for me on:

  • Ubuntu 19.04 (disco)
  • Docker version 18.09.5, build e8ff056 (from Ubuntu universe repo)
  • updated docker-compose version 1.24.0, build 0aa59064

Thanks.

@markphip
Copy link

markphip commented Jul 2, 2019

Had a colleague also run into this. Would be good to identify the minimum version required in the README.md. This is what I have on MacOS where it works fine for me: docker-compose version 1.23.2, build 1110ad01

He has this version and it does not work: docker-compose version 1.22.0, build f46880f

@cmpilato
Copy link

cmpilato commented Jul 2, 2019

I'm the colleague @markphip mentioned, and can confirm that upgrading docker-compose to 1.24 solved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants