carpentries-incubator / singularity-introduction

An introduction to singularity
https://carpentries-incubator.github.io/singularity-introduction
Other
11 stars 18 forks source link

Add some information on the docker --workdir option #25

Closed jcohen02 closed 1 month ago

jcohen02 commented 3 years ago

This PR aims to address issue #24 by adding a callout box to the end of episode 6 (06-singularity-images-prep.md) describing how the --workdir or -w Docker command line option can help to simplify singularity command lines when using the Docker Singularity container (and especially when using an alias to run the container).

I'd appreciate some feedback from the reviewers on whether the new text is sufficiently clear - this concept was a little challenging to explain clearly so any suggestions on how the text might be improved are welcome.

jcohen02 commented 3 years ago

Many thanks for the review and suggestions, @sstevens2, and pointing out the use of the wrong syntax for the codeblocks, I didn't notice that when writing the updated content. Suggestions commited.