In a script, I need to check:
a) Is the docker engine running? b) Given a container name, is that docker container running?
[the initial wording of this
container status: true/false
# docker inspect --format '{{json .State.Running}}' container-name true #