Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run the container with proxy #418

Open
engageub opened this issue Feb 15, 2024 · 1 comment
Open

How to run the container with proxy #418

engageub opened this issue Feb 15, 2024 · 1 comment

Comments

@engageub
Copy link

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

@jorge-lip
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants