You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ very large images (e.g., ~3600 down to ~1800). A few notes on the inputs shown a
91
91
92
92
`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.
93
93
94
+
94
95
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.
95
96
96
97
```
@@ -164,6 +165,10 @@ You can also use `--writable` and convert an ext3 image into a production image:
164
165
```
165
166
sudo singularity build ext3.img production.simg
166
167
```
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.
167
172
168
173
169
174
## Tips for making Docker images compatible with Singularity
@@ -205,6 +210,5 @@ If you are getting `WARNING: Non existant bind point (directory) in container: '
205
210
-m "/shared_fs /custom_mountpoint2" \
206
211
ubuntu:14.04
207
212
208
-
209
213
## Acknowledgements
210
214
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