Skip to content

Commit 55bcf9c

Browse files
authored
Merge branch 'master' into v2.4
2 parents b9dd99d + c7f7ca2 commit 55bcf9c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ very large images (e.g., ~3600 down to ~1800). A few notes on the inputs shown a
9191

9292
`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.
9393

94+
9495
If you ever need to make changes, you can easily export the squashfs image into either a sandbox folder or ext3 (legacy) image, both of which have writable.
9596

9697
```
@@ -164,6 +165,10 @@ You can also use `--writable` and convert an ext3 image into a production image:
164165
```
165166
sudo singularity build ext3.img production.simg
166167
```
168+
### Contributed Examples
169+
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)!
170+
171+
- [docker2singularity-demo](https://github.com/stevekm/docker2singularity-demo): an example of using docker2singularity on MacOS and using Vagrant to test the output Singularity image, complete with notes and a nice Makefile.
167172

168173

169174
## Tips for making Docker images compatible with Singularity
@@ -205,6 +210,5 @@ If you are getting `WARNING: Non existant bind point (directory) in container: '
205210
-m "/shared_fs /custom_mountpoint2" \
206211
ubuntu:14.04
207212

208-
209213
## Acknowledgements
210214
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)