CottageLabs / willow

Willow is an implementation of the Fedora/Samvera stack by Cottage Labs. It is built with Docker containers, which simplify development and deployment onto live services.
http://willow.cottagelabs.com/
6 stars 2 forks source link

Docker best practices document #83

Open emanuil-tolev opened 7 years ago

emanuil-tolev commented 7 years ago

On the wiki here or in the repo as markdown.

nimphal commented 7 years ago

What do we want to get out of this at this stage?

emanuil-tolev commented 7 years ago

Stuff like https://github.com/CottageLabs/willow/issues/91#issuecomment-287386617 ? (appropriate use of volumes). This has been the biggest source of having to diagnose certain issues for hours before good resolution.

Also, principles for writing Dockerfiles. For example, single process per container. "Learnings" if you will - we don't have to copy in every single Dockerfile style guide out there ... but we might link to a few, so all of us can read them and learn.