-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
requested IP address is not available #42
Comments
That range is the singularity default network, so if you don't have other instances running, you likely don't have network control. I would open an issue on https://github.com/hpcng/singularity and ask about reasons for this particular error, and if you can pin down the issue we can try to change in Singularity Compose here. But if you don't have any access to networking it likely won't work. So I would:
|
Hi Vanessa, I was able to figure out what I did wrong and how to fix the resulting problem after finding these two issues: What I did wrong:
How I fixed it:
More information can be found in the two issues I mentioned! |
Haha, I've done that a few times with docker-compose and singularity-compose! delete and then "oops, the containers are still running!" and then you have to re-create them to get a handle on them again. I've never deleted files in the bridge direction before, and that would definitely lead to an issue because the port range wouldn't be defined in some configuration. I'm glad that you figured it out - closing issue! |
Hi there!
Currently I run into the following error every time I use
singularity-compose up
, even with any of the singularity-compose-examples. I probably broke something myself, but can't figure out what exactly. Any advice?The text was updated successfully, but these errors were encountered: