Containers

This repo houses the Dockerfiles to build all ryantate13/* Docker images.

Build and publish all images

make

Build an image locally

cd $IMG_NAME && make build

Launch a shell inside image

cd $IMG_NAME && make shell

Available Images