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

adding support for custom network args #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Aug 24, 2022

This will close #60 @scicco you can follow the example here: https://github.com/singularityhub/singularity-compose-examples/tree/master/v2.0/custom-network

I think part of the trouble was the entrypoint had an envar, evaluated from the host is not going to work, so I added a startscript instead. So this PR is adding support for custom network args primarily.

Give that a shot, show me what doesn't work (and I'll fix it up) and we can go from there!

Signed-off-by: vsoch vsoch@users.noreply.github.com

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@scicco
Copy link

scicco commented Aug 25, 2022

First of all thank you for the PR 😄

I've checked the example and I have some doubts. I'll try to illustrate them by commenting on your changes.

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

Successfully merging this pull request may close these issues.

wrong --net settings and cni subnet config ignored
2 participants