Skip to content

Commit 07e5b37

Browse files
authored
Fixed instances of "ouptut" to be "output"
1 parent 37df721 commit 07e5b37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ No need to download anything from this repository! Simply type:
1313

1414
docker run \
1515
-v /var/run/docker.sock:/var/run/docker.sock \
16-
-v D:\host\path\where\to\ouptut\singularity\image:/output \
16+
-v D:\host\path\where\to\output\singularity\image:/output \
1717
--privileged -t --rm \
1818
singularityware/docker2singularity \
1919
ubuntu:14.04
2020

21-
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).
21+
Replace `D:\host\path\where\to\output\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).
2222

2323
`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.
2424

@@ -42,7 +42,7 @@ You need to use the `docker info` command to check your docker version and use i
4242

4343
docker run \
4444
-v /var/run/docker.sock:/var/run/docker.sock \
45-
-v D:\host\path\where\to\ouptut\singularity\image:/output \
45+
-v D:\host\path\where\to\output\singularity\image:/output \
4646
--privileged -t --rm \
4747
singularityware/docker2singularity:1.11 \
4848
ubuntu:14.04
@@ -54,7 +54,7 @@ If you are getting `WARNING: Non existant bind point (directory) in container: '
5454

5555
docker run \
5656
-v /var/run/docker.sock:/var/run/docker.sock \
57-
-v D:\host\path\where\to\ouptut\singularity\image:/output \
57+
-v D:\host\path\where\to\output\singularity\image:/output \
5858
--privileged -t --rm \
5959
singularityware/docker2singularity \
6060
-m "/shared_fs /custom_mountpoint2" \

0 commit comments

Comments
 (0)