NVIDIA / enroot

A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes.
Apache License 2.0
649 stars 94 forks source link

Exposes api outside of enroot container #183

Open icsy7867 opened 8 months ago

icsy7867 commented 8 months ago

Hello! This might be a dumb question but I am still learning the technology.

My workplace has an enroot + slurm HPC cluster and it works well. However I am wanting to run a gpu workload that needs a reliable way to expose its restapi port.

Our instance has enroot behind a nat. So it has made exposing a tcp port quite difficult. I even tried installing wireguard to try and route the web traffic, but apparently you can do that without root.

I'm curious if anyone has any tricks to this process.