连接到来自 Podman 容器中的主机的 SSH 隧道。

huangapple go评论49阅读模式
英文:

Connect to ssh tunnel in host from podman container

问题

我希望容器通过主机上的SSH隧道访问远程服务器。

它应该类似于这个问题。但我正在使用Podman(MacOS),在ifconfig中看不到任何Podman网络接口。我看到其他人有cni-podman0,但看起来cni在Podman版本4中已被弃用。

https://stackoverflow.com/questions/40782404/docker-connecting-to-host-tunnel-from-container

英文:

I would like the container to access the remote server with a ssh tunnel on host.

It should be similar to this question. But I am using podman (MacOS) and I don't see any podman network interface in ifconfig. I see other people having cni-podman0 but it looks like cni is deprecated in podman version 4.

https://stackoverflow.com/questions/40782404/docker-connecting-to-host-tunnel-from-container

答案1

得分: 0

我发现我可以从容器中使用 host.containers.internal 访问主机上的远程服务器,通过主机机器上的SSH隧道。

英文:

I found out that I can use host.containers.internal from the container to access the remote server through the ssh tunnel on the host machine.

huangapple
  • 本文由 发表于 2023年6月15日 10:29:09
  • 转载请务必保留本文链接:https://go.coder-hub.com/76478692.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定