Articles on Shell

Docker Shell vs. Exec Form
Docker Shell vs. Exec Form
Mar 22, 2021 · 4 min read

The RUN, ENTRYPOINT, and CMD, instructions all have two different forms they can be written in, and those forms change how each of those instructions behaves.


You Don't Need an Init System for Node.js in Docker
You Don't Need an Init System for Node.js in Docker
Mar 20, 2021 · 5 min read

But you do need to think about how your application handles exit signals.