Skip to content

Commit 9d99dbc

Browse files
authored
filo -> singularityware
1 parent c471c6b commit 9d99dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ No need to download anything from this repository! Simply type:
1515
-v /var/run/docker.sock:/var/run/docker.sock \
1616
-v D:\host\path\where\to\ouptut\singularity\image:/output \
1717
--privileged -t --rm \
18-
filo/docker2singularity \
18+
singularityware/docker2singularity \
1919
ubuntu:14.04
2020

2121
Replace `D:\host\path\where\to\ouptut\singularity\image` with a path on the host filesystem where your Singularity image will be created. Replace `ubuntu:14.04` with the docker image name you wish to convert (it will be pulled from Docker Hub if it does not exist on your host system).
@@ -44,7 +44,7 @@ You need to use the `docker info` command to check your docker version and use i
4444
-v /var/run/docker.sock:/var/run/docker.sock \
4545
-v D:\host\path\where\to\ouptut\singularity\image:/output \
4646
--privileged -t --rm \
47-
filo/docker2singularity:1.11 \
47+
singularityware/docker2singularity:1.11 \
4848
ubuntu:14.04
4949

5050
Currently only the 1.10, 1.11 and 1.12 versions are supported. If you are using an older version of Docker you will need to upgrade.

0 commit comments

Comments
 (0)