Contents

TIL: Docker CMD

Use the JSON Form in Docker CMD statements

The string form of the Docker CMD statement passes through a shell and behaves differently with signals than the JSON form does.

My SIGTERM signal was not being passed through to my webapp.