-
Notifications
You must be signed in to change notification settings - Fork 49
Adding some more documentation for --nv and $SINGULARITY_ENVIRONMENT #101
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
Conversation
Not sure if this was a typo or a snarky insider joke by a Perl/Ruby programmer....
* Type: One -> On * Wordsmithing
There is no `docker -ps` command. The docker `ps` subcommand lists containers. The docker `history` subcommand will list the layers, like so: ``` hartzelg@blah:~$ docker history hartzelg/cime IMAGE CREATED CREATED BY SIZE COMMENT 7185c64fa2a5 5 months ago /bin/sh -c #(nop) VOLUME [/cime_config.yaml] 0 B fd53e85b356b 5 months ago /bin/sh -c #(nop) VOLUME [/var/jenkins_home] 0 B b50f22ae6ec1 5 months ago /bin/sh -c #(nop) COPY file:fb917d778dfa959bb 10.11 kB [...] ```
"pids" is process ids, I think? What you mean is the users numeric id, e.g. on machine A `hartzell` is `3245` so files are owned by `3245`. But, when I get to machine B where `hartzell` is `22453`, those same files appear to be someone else. Right?
|
Thanks @GodloveD ! I just merged this by pushing from another branch (also with the updates from old master, and new updates to master) and we are good to go! Thanks again for these awesome fixes, you are the 💯 documentation masta' winner! |
|
Woo Hoo. Thanks for catching those typos Ms Host System. 😜 |
|
Wait. This didn't work properly. I added documentation for the |
|
For instance, I'm not seeing this line or those below it in the merged version. https://github.com/singularityware/singularityware.github.io/pull/101/files#diff-cea51d4d0c721b07ad02aea1a5319049R154 |
|
yeah I don't understand why that happened! I merged your branch with this change and it went away. Can you open this again so we can compare again? Sorry about that :( |

@vsoch I started with master here, made some changes, created a branch and then merged 2.4 into it. Looks like it picked up some commits that you made to master. These appear to be things that should also be added to the 2.4 branch as well, but you should make the final call. I've checked the box that Allows edits from maintainers so if something needs tweaking feel free to have at it.