"Docker is an open-source project that automates the deployment of Linux applications inside software containers. Docker containers wrap up a piece of software in a complete filesystem
that contains everything it needs to run: code, runtime, system tools,
system libraries – anything you can install on a server. This guarantees
that it will always run the same, regardless of the environment it is
running in."
https://www.docker.com/
https://github.com/docker/docker
https://en.wikipedia.org/wiki/Docker_(software)
https://github.com/bcicen/awesome-docker
Articles
Whales on a Place: Deploying Software to NSF/NCAR Research Aircraft W/ Docker - https://sea.ucar.edu/event/whales-plane-deploying-software-nsf-ncar-research-aircraft-w-docker
Container Computing for Scientific Workflows - https://github.com/NERSC/2016-11-14-sc16-Container-Tutorial
Competition
Moving from Docker to rkt - https://medium.com/@adriaandejonge/moving-from-docker-to-rkt-310dc9aec938
Docker Compose
A tool for defining and running multi-container Docker applications.
https://docs.docker.com/compose/
FUN IMAGES
einsteintoolkit - https://github.com/eschnett/einsteintoolkit-docker
No comments:
Post a Comment