See full command of running/stopped container in Docker
docker inspect -f "{{.Name}} {{.Config.Cmd}}" $(docker ps -a -q)