-
Is there a way to access containers running on host from inside distrobox? I know it is possible to use docker or podman inside distrobox, but in my use case I am limited in using really old image (Ubuntu 16.04) and with that podman version it is not (at least easily) possible to run podman- or docker-compose there. |
Beta Was this translation helpful? Give feedback.
Answered by
89luca89
Feb 21, 2024
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
89luca89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
distrobox-host-exec podman
and it will run podman on host