Open paxtonfitzpatrick opened 4 years ago
each image directory should have a clear, concise README -- best current example is the cdl-jupyter README (sans horrible typos).
Each README will automatically be posted with respective image on Docker Hub by GitHub action (WIP) and should have at minimum 4 parts:
FROM contextlab/...[:tag]
build-arg
docker build
apt
conda
pip
relatedly, it'd be great to have the main readme file point to build instructions, and perhaps provide a quick orientation to the different "stacks" and how to build on them
each image directory should have a clear, concise README -- best current example is the cdl-jupyter README (sans horrible typos).
Each README will automatically be posted with respective image on Docker Hub by GitHub action (WIP) and should have at minimum 4 parts:
FROM contextlab/...[:tag]
)build-arg
s available when runningdocker build
in use case iiapt
,conda
, andpip
packages for the given image not present in the parent image, plus a link to the parent image's README.