Replies: 1 comment
-
Maybe check if your Run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone. I'm trying to understand how
podman
works when accessing through tunnels. (all of the below podman usages are rootless)Here's what I've setup currently. I've a VS code tunnel running in my home server (say
home-server
) and connect to it fromvscode.dev
(using MS dev tunnels).Now accessing the terminal in vscode shows me this
However, doing
podman ps
here shows nothing although I've about 10 containers running.Having said that, when I ssh from here to my same account (
ssh user@home-server
) and then do apodman ps
, it lists all the working containers.Can someone help me understand the above behavior? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions