Things I learned about Docker the hard way

from blog Oliver Caldwell's blog, | ↗ original
This list was just ripped from a Google Keep item I wrote late last night, just wanted to share. A process per container is noble but hard for existing projects. Use one container if you have multiple components with a startup order / dependency. Write a script to manage the processes. When you build a directory with a Dockerfile it will push the...