├── 00-intro.md ├── 01-hands-on.md ├── 02-shifter.md ├── 03-hands-on.md ├── 04-optimizing.md ├── 05-use-cases.md ├── 06-wrap-up.md ├── LICENSE ├── README.md ├── checklist.md ├── examples ├── imagesize │ ├── Dockerfile.large │ └── Dockerfile.small ├── shifter-in-a-box │ ├── Dockerfile │ ├── README.md │ └── config │ │ ├── imagemanager.json │ │ ├── start.sh │ │ ├── test.sh │ │ └── udiRoot.conf └── shifter │ ├── Dockerfile │ ├── batch.sl │ └── helloworld.c ├── presentations ├── Intro_to_Containers.pdf ├── SC_use_slides.pdf ├── Shifter-Advanced-Optimizations.pdf ├── Shifter-Hands-On.pdf ├── Shifter-Overview.pdf ├── Shifter-image-gateway.pdf └── intro.pdf └── setup.md /00-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/00-intro.md -------------------------------------------------------------------------------- /01-hands-on.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/01-hands-on.md -------------------------------------------------------------------------------- /02-shifter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/02-shifter.md -------------------------------------------------------------------------------- /03-hands-on.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/03-hands-on.md -------------------------------------------------------------------------------- /04-optimizing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/04-optimizing.md -------------------------------------------------------------------------------- /05-use-cases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/05-use-cases.md -------------------------------------------------------------------------------- /06-wrap-up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/06-wrap-up.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/README.md -------------------------------------------------------------------------------- /checklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/checklist.md -------------------------------------------------------------------------------- /examples/imagesize/Dockerfile.large: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/examples/imagesize/Dockerfile.large -------------------------------------------------------------------------------- /examples/imagesize/Dockerfile.small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/examples/imagesize/Dockerfile.small -------------------------------------------------------------------------------- /examples/shifter-in-a-box/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/examples/shifter-in-a-box/Dockerfile -------------------------------------------------------------------------------- /examples/shifter-in-a-box/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/examples/shifter-in-a-box/README.md -------------------------------------------------------------------------------- /examples/shifter-in-a-box/config/imagemanager.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/examples/shifter-in-a-box/config/imagemanager.json -------------------------------------------------------------------------------- /examples/shifter-in-a-box/config/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/examples/shifter-in-a-box/config/start.sh -------------------------------------------------------------------------------- /examples/shifter-in-a-box/config/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/examples/shifter-in-a-box/config/test.sh -------------------------------------------------------------------------------- /examples/shifter-in-a-box/config/udiRoot.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/examples/shifter-in-a-box/config/udiRoot.conf -------------------------------------------------------------------------------- /examples/shifter/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/examples/shifter/Dockerfile -------------------------------------------------------------------------------- /examples/shifter/batch.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/examples/shifter/batch.sl -------------------------------------------------------------------------------- /examples/shifter/helloworld.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/examples/shifter/helloworld.c -------------------------------------------------------------------------------- /presentations/Intro_to_Containers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/presentations/Intro_to_Containers.pdf -------------------------------------------------------------------------------- /presentations/SC_use_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/presentations/SC_use_slides.pdf -------------------------------------------------------------------------------- /presentations/Shifter-Advanced-Optimizations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/presentations/Shifter-Advanced-Optimizations.pdf -------------------------------------------------------------------------------- /presentations/Shifter-Hands-On.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/presentations/Shifter-Hands-On.pdf -------------------------------------------------------------------------------- /presentations/Shifter-Overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/presentations/Shifter-Overview.pdf -------------------------------------------------------------------------------- /presentations/Shifter-image-gateway.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/presentations/Shifter-image-gateway.pdf -------------------------------------------------------------------------------- /presentations/intro.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/presentations/intro.pdf -------------------------------------------------------------------------------- /setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NERSC/Shifter-Tutorial/HEAD/setup.md --------------------------------------------------------------------------------