Skip to content

Commit 5d88cf0

Browse files
authored
typesetting
1 parent 2755d60 commit 5d88cf0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Currently only the 1.10, 1.11, 1.12, and 1.13 versions are supported. If you ar
5252
### My cluster/HPC requires Singularity images to include specific mount points
5353
If you are getting `WARNING: Non existant bind point (directory) in container: '/shared_fs'` or a similar error when running your Singularity image that means that your Singularity images require custom mount points. To make the error go away you can specify the mount points required by your system when creating the Singularity image:
5454

55-
docker run \
56-
-v /var/run/docker.sock:/var/run/docker.sock \
57-
-v D:\host\path\where\to\ouptut\singularity\image:/output \
58-
--privileged -t --rm \
59-
singularityware/docker2singularity \
60-
-m "/shared_fs /custom_mountpoint2" \
61-
ubuntu:14.04
55+
docker run \
56+
-v /var/run/docker.sock:/var/run/docker.sock \
57+
-v D:\host\path\where\to\ouptut\singularity\image:/output \
58+
--privileged -t --rm \
59+
singularityware/docker2singularity \
60+
-m "/shared_fs /custom_mountpoint2" \
61+
ubuntu:14.04
6262

6363
## Acknowledgements
6464
This work is heavily based on the `docker2singularity` work done by [vsoch](https://github.com/vsoch) and [gmkurtzer](https://github.com/gmkurtzer). Hopefully most of the conversion code will be merged into Singularity in the future making this container even leaner!

0 commit comments

Comments
 (0)