This repo holds the code that will be used during the HELIX analysis workshop at OSU.
The subdirectories will focus on specific aspects of the workshop, with the README.md
files acting as an introduction and cheatsheet:
- Docker Run Example: This directory will go through the basics of container lifetimes, mainly centered around the
docker pull
,docker run
,docker stop
anddocker rm
commands. - Docker Build Example: This directory will go through the basics of building custom images from
Dockerfile
. - Docker Compose Example: This directory will go through the basics of
docker compose
, allowing one to deploy multiple containers with a simple yaml file.