June 13, 2019
I'm a Docker noob, and for whatever reason, I can never remember the best way to do things with Docker, whether it's checking which containers are running or starting/stopping them. Putting some common commands here mostly for personal reference.
List containers:
docker ps -a
Check container status:
docker inspect ID | jq .[0].State
Start container:
docker container start ID
I'm Noah, a software developer based in the San Francisco Bay Area. I focus mainly on full stack web and iOS development