In Jack Wallen’s How to Make Tech Work tutorial, he shows how using the Docker exec command provides you with more flexibility. Did you know you can issue commands within a running Docker container?
Docker is releasing Containerd (pronounced container-dee), a set of basic components designed to run containers, as part of an open source project. Containerd includes supervisor and executor ...