1singularity(1)                                                  singularity(1)
2
3
4

NAME

6       singularity-push - Upload image to the provided library (default is
7       "cloud.sylabs.io")
8
9
10

SYNOPSIS

12       singularity push [push options...] <image>
13       library://user/collection/container[:tag]
14
15
16

DESCRIPTION

18       The Singularity push command allows you to upload your sif image to a
19       library
20         of your choosing. It's always good practice to sign your containers
21       before
22         pushing them to the library. An auth token is required to push to the
23       remote,
24         so you may need to configure if first with 'singularity remote'.
25
26
27

OPTIONS

29       -U, --allow-unsigned[=false]
30           do not require a signed container
31
32
33       -h, --help[=false]
34           help for push
35
36
37       --library=" ⟨https://library.sylabs.io"⟩
38           the library to push to
39
40
41

EXAMPLE

43                $ singularity push /home/user/my.sif library://user/collection/my.sif:latest
44
45
46
47

SEE ALSO

49       singularity(1)
50
51
52

HISTORY

54       29-May-2019 Auto generated by spf13/cobra
55
56
57
58Auto generated by spf13/cobra      May 2019                     singularity(1)
Impressum