udocker
udocker copied to clipboard
How to run the container with proxy
Hi, I tried this tool recently and I was able to pull the image with option --httpproxy but I was unable to run it. Could you please let me know how to run the container with proxy.
Thank you
udocker does not have support for proxy in the run command.
udocker pull --httpproxy=socks5://127.0.0.1:1337 ubuntu:22.04
udocker create --name=UB22 ubuntu:22.04
udocker run UB22