How to enable Systemd or use VPN to connect the IP of the Run Pod?
Hi, Greetings
I am facing a problem where I need to connect with the ip of the runpod, for that I tried to use vpn method, but it gives error that it is not using systemd.
Is there some other way to achieve this or how can I enable systemd?
Thanks in Advance
5 Replies
You can't use systemd in docker.
Ok, thanks. Is there some other way to access the docker public ip from my laptop?
You can add a TCP port to your pod and then use the connect button to get the public IP and external port mapping.
You may alsp want to consider using cloudflared Zero Trust instead: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/private-net/cloudflared/
Cloudflare Docs
Connect private networks · Cloudflare Zero Trust docs
A private network has two primary components: the server and the client. The server’s infrastructure (whether that is a single application, multiple …
Thanks
I will try this