Skip to content
Snippets Groups Projects
Singularity.freecad 525 B
Newer Older
  • Learn to ignore specific revisions
  • Bootstrap: docker
    From: eicweb.phy.anl.gov:4567/containers/freecad_image/freecad:latest
    
    
    %runscript
    
      echo "This is what happens when you run the container..."
    
      FreeCAD $@
    
    
    %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