The docker ps command displays the user-entered command running in a container. If that command contained \n, \t, or other control characters, they were interpreted literally, and newlines and tabs would be printed in the output. Escape the command string to make things more readable. Docker-DCO-1.1-Signed-off-by: Matt Heon <mheon@redhat.com> (github: mheon) Upstream-commit: f55fa8211b6faf08091dd99ed8e5e3f08ab9cf1f Component: engine
This directory contains code pertaining to the Docker API:
-
Used by the docker client when comunicating with the docker deamon
-
Used by third party tools wishing to interface with the docker deamon