Skip to content
Snippets Groups Projects
Singularity 630 B
Newer Older
  • Learn to ignore specific revisions
  • Bootstrap: docker
    From: whit2333/insane:latest
    
    %runscript                                                                                                                                                               
      echo "This is what happens when you run the container..."
    
    %post                                                                                                                                                                    
      echo "Hello from inside the container"
      echo "Install additional software here"
    
    %help
      Help me. I'm in the container.
    
    
    %labels
      Maintainer "Whitney Armstrong"
      Version v0.1