ENTRYPOINT
s for DevelopmentFor production containers, ENTRYPOINT
specifications are usually designed for
executing a single, long-lived process. For development containers, the
ENTRYPOINT
s 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.