Everfighting
7/10/2018 - 2:07 AM

See full command of running/stopped container in Docker

See full command of running/stopped container in Docker

docker inspect  -f "{{.Name}} {{.Config.Cmd}}" $(docker ps -a -q)