https://github.com/NERSC/shifter
Shifter - Linux Containers for HPC
https://github.com/NERSC/shifter
containers hpc linux
Last synced: about 1 month ago
JSON representation
Shifter - Linux Containers for HPC
- Host: GitHub
- URL: https://github.com/NERSC/shifter
- Owner: NERSC
- License: other
- Created: 2016-02-26T20:42:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T15:59:59.000Z (about 1 year ago)
- Last Synced: 2024-08-03T01:25:05.225Z (10 months ago)
- Topics: containers, hpc, linux
- Language: C
- Homepage:
- Size: 3.58 MB
- Stars: 348
- Watchers: 32
- Forks: 65
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - NERSC/shifter - Shifter - Linux Containers for HPC (C)
README
# Shifter - Containers for HPC
Shifter enables container images for HPC. In a nutshell, Shifter allows an HPC system to efficiently and safely allow end-users
to run a docker image. Shifter consists of a few moving parts 1) a utility that typically runs on the compute node that creates
the run time environment for the application 2) an image gateway service that pulls images from a registry and repacks it in a
format suitable for the HPC system (typically squashfs) 3) and example scripts/plugins to integrate Shifter with various batch
scheduler systems.# Mailing List
For updates and community support, please subscribe to the email list at https://groups.google.com/forum/#!forum/shifter-hpc.
# Release Cycle
Shifter has had two major releases (16.08 and 18.03) and several minor release within those over the past few years. Milestone tags will be labelled like YYYY.MM.vv (i.e. 2015.12.00) where vv is a minor release incremented with each snapshot generated. We plan to release new major versions biannually with point releases as required.
# Contributing
If you want to contribute code or documentation, please join our slack chat channel at https://shifter-hpc.slack.com to
coordinate efforts. Code can be presented for inclusion with the shifter project by providing Pull Requests against the
shifter master branch on github from your own forked repo.# Change Log
See NEWS for a history of CHANGES
# Website
https://www.nersc.gov/research-and-development/user-defined-images/
# Documentation
https://github.com/NERSC/shifter/tree/master/doc