question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failing to pick up running containers in docker engine (ubuntu)

See original GitHub issue

Bug description

Apologies, I’m not 100% sure if this is me being stupid or an actual bug but I’m really struggling to find any docs on it. Feel free to close it or point me in the right direction if I’ve missed something obvious!

I’ve installed and run Podman Desktop 3.4.4, I have both podman and docker engine installed. While podman-desktop is picking up the podman volumes, images, and containers it hasn’t picked up anything from docker engine, despite the extension saying it’s running.

I’m using docker engine for vscode dev containers since podman doesn’t quite seem to work with it yet.

I’ve taken a look at the dev tools console and the only errors and warnings I can see are the following although since I’m not running lima the error feels unrelated.

I can also see that it is activating the docker extension (it starts and ends just fine by the looks of things).

Operating system

Ubuntu 22.04.01 LTS - Jammy

Version

0.9.1

Steps to reproduce

  • Install docker-engine + dependencies as described in docs - https://docs.docker.com/engine/install/ubuntu/.
  • Run a container.
  • Install podman-desktop 0.9.1.
  • Open podman-desktop, and see that no containers, images, or volumes are discovered.

Relevant log output

[warn] main ↪️ APPIMAGE env is not defined, current application is not an AppImage
[...]
[warn] main ↪️ Can not find CRC binary!
[...]
[info] main ↪️ Activating extension (docker)
[info] main ↪️ Activation extension (docker) ended
[...]
[error] main ↪️ Could not find podman socket at /home/user/.lima/podman-lima/sock/podman.sock nor /home/user/.lima/podman-lima/sock/podman.sock

Additional context

Screenshot from 2022-11-20 17-56-25 Image showing the docker extension installed and running

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:16

github_iconTop GitHub Comments

1reaction
BlueHatbRitcommented, Nov 24, 2022

Just as an update, it looks like this has landed on the flathub distribution now. Thanks again for all your help!

1reaction
benoitfcommented, Nov 23, 2022

@BlueHatbRit I’m not sure if binaries are updated on flathub if we don’t bump the version so it would be either 2-3 hours or until the next 0.10.0 release of Podman Desktop

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot Docker Engine installation
The Docker daemon isn't running on your system. Start the daemon and try running the command again. Your Docker client is attempting to...
Read more >
Failure to install and run Docker in WSL Ubuntu 22.04 (works ...
It seems that you are using WSL version 1. ... If you have version 1, WSL 1 did not support running Docker within...
Read more >
docker fails to start - Ask Ubuntu
First, try to start docker with root user or use sudo, if everything is running then add your user in docker group using...
Read more >
Docker is running. Docker Desktop says ... - Stack Overflow
You need to open Windows Command line terminal by typing CMD on the bottom Search area. Once it shows up, right click on...
Read more >
How To Install and Use Docker on Ubuntu 20.04 - DigitalOcean
To start a stopped container, use docker start , followed by the container ID or the container's name. Let's start the Ubuntu-based container...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found