-
-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Running Docker 19.03.5 on macOS 10.14.6. When I run docker2singularity with the following code, everything looks right, but no Singularity image is output anywhere on my system:
docker run \ -v /var/run/docker.sock:/var/run/docker.sock \ -v \Users\my\path\to\folder:/output \ --privileged -t --rm \ singularityware\docker2singularity \ mypackage:version
I get the following output:
`Image Format: squashfs
Docker Image: brainkey/brainage-standalone:bk-brainage-preproc
Inspected Size: 1712 MB
(1/10) Creating a build sandbox...
(2/10) Exporting filesystem...
(3/10) Creating labels...
(4/10) Adding run script...
(5/10) Setting ENV variables...
(6/10) Adding mount points...
(7/10) Fixing permissions...
(8/10) Stopping and removing the container...
(9/10) Building squashfs container...
INFO: Starting build...
INFO: Creating SIF file...
INFO: Build complete: /tmp/brainkey_brainage-standalone_bk-brainage-preproc-2019-12-11-b1bd81913114.simg
(10/10) Moving the image to the output folder...
765,931,520 100% 247.94MB/s 0:00:02 (xfr#1, to-chk=0/1)
Final Size: 731MB`
A search through my full system doesn't turn up a .simg. What's the issue?