Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a Singularity image called nginx with the nginx container pulled from Docker Hub URI:

    Code Block
    languagebash
    $ /n/cluster/container-scanning/bin/cl-submit-container -n nginx docker://nginx:latest
  2. Create a Singularity container called genomics from a Dockerfile (note:-n genomics is used to name the image genomics instead of genomics_workflow)

    Code Block
    languagebash
    $ /n/cluster/container-scanning/bin/cl-submit-container -n genomics ~/CONTAINERS/working_dir/genomics_workflow.dockerfile 
  3. Create a Singularity container from a Singularity definition file:

    Code Block
    languagebash
    $ /n/cluster/container-scanning/bin/cl-submit-container ~/ollama.def