singularity push¶
Upload image to the provided library (default is “cloud.sylabs.io”)
Synopsis¶
The Singularity push command allows you to upload your sif image to a library of your choosing. It’s always good practice to sign your containers before pushing them to the library. An auth token is required to push to the remote, so you may need to configure if first with ‘singularity remote’.
singularity push [push options...] <image> library://user/collection/container[:tag]
Examples¶
$ singularity push /home/user/my.sif library://user/collection/my.sif:latest
Options¶
-U, --allow-unsigned do not require a signed container
-h, --help help for push
--library string the library to push to (default "https://library.sylabs.io")
SEE ALSO¶
Linux container platform optimized for High Performance Computing (HPC) and Enterprise Performance Computing (EPC)
Auto generated by spf13/cobra on 9-Jul-2019