singularity run instance://<instance name> | singularity run --app <app name> instance://<instance name>
singularity instance stop --all
```
## Signing and Verifying Containers
Singularity 3.0 introduces the abilities to create and manage PGP keys and use them to sign and verify containers. This provides a trusted method for Singularity users to share containers. It ensures a bit-for-bit reproduction of the original container as the author intended it.