Skip to content

Commit e94a18c

Browse files
authored
Adding user contribution link to README.md
This is a nice quick tutorial from @stevekm for using Docker2Singularity on MacOS with Vagrant - definitely a combination that will be useful for others!
1 parent 890209e commit e94a18c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Replace `D:\host\path\where\to\output\singularity\image` with a path on the host
2424

2525
`docker2singularity` uses the Docker daemon located on the host system. It will access the Docker image cache from the host system avoiding having to redownload images that are already present locally.
2626

27+
### Contributed Examples
28+
The following are a list of brief examples and tutorials generated by the Singularity community for using **docker2singularity**. If you have an example of your own, please [let us know](https://www.github.com/singularityware/docker2singularity/issues)!
29+
30+
- [docker2singularity-demo](https://github.com/stevekm/docker2singularity-demo): an example of using docker2singularity on MacOS using Vagrant, complete with notes and a nice Makefile
31+
32+
2733
## Tips for making Docker images compatible with Singularity
2834

2935
- Define all environmental variables using the `ENV` instruction set. Do not rely on `.bashrc`, `.profile`, etc.
@@ -61,6 +67,7 @@ If you are getting `WARNING: Non existant bind point (directory) in container: '
6167
singularityware/docker2singularity \
6268
-m "/shared_fs /custom_mountpoint2" \
6369
ubuntu:14.04
64-
70+
71+
6572
## Acknowledgements
6673
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)