ENTRYPOINTs for Development

11 March 2021 @ Docker Community All-Hands #2

For production containers, ENTRYPOINT specifications are usually designed for executing a single, long-lived process. For development containers, the ENTRYPOINTs that you use will depend on the nature of the language, framework, and application that you’re working on, and may look very different from their production counterparts. This talk aims to outline some of the idioms, patterns, and gotchas that you should consider when developing in containers.

Slides | Demos