1singularity(1) singularity(1)
2
3
4
6 singularity-pull - Pull an image from a URI
7
8
9
11 singularity pull [pull options...] [output file] <URI>
12
13
14
16 The 'pull' command allows you to download or build a container from a
17 given
18 URI. Supported URIs include:
19
20
21 library: Pull an image from the currently configured library
22 library://user/collection/container[:tag]
23
24
25 docker: Pull an image from Docker Hub
26 docker://user/image:tag
27
28
29 shub: Pull an image from Singularity Hub to CWD
30 shub://user/image:tag
31
32
33
35 -U, --allow-unauthenticated[=false]
36 do not require a signed container
37
38
39 --docker-login[=false]
40 login to a Docker Repository interactively
41
42
43 -F, --force[=false]
44 overwrite an image file if it exists
45
46
47 -h, --help[=false]
48 help for pull
49
50
51 --library=" ⟨https://library.sylabs.io"⟩
52 download images from the provided library
53
54
55 --no-cleanup[=false]
56 do NOT clean up bundle after failed build, can be helpul for
57 debugging
58
59
60 --nohttps[=false]
61 do NOT use HTTPS with the docker:// transport (useful for local
62 docker registries without a certificate)
63
64
65
67 From Sylabs cloud library
68 $ singularity pull alpine.sif library://alpine:latest
69
70 From Docker
71 $ singularity pull tensorflow.sif docker://tensorflow/tensorflow:latest
72
73 From Shub
74 $ singularity pull singularity-images.sif shub://vsoch/singularity-images
75
76
77
78
80 singularity(1)
81
82
83
85 29-May-2019 Auto generated by spf13/cobra
86
87
88
89Auto generated by spf13/cobra May 2019 singularity(1)