It is a complement of this question, where the typical solution is to use the command sudo docker container ls
that displays
CONTAINER ID IMAGE COMMAND CREATED ...
4114e655e2b1 xx/yy "/bin/sh -c 'exec po…" 3 days ago ...
The problem here is how can I see the full COMMAND column content?
PS: no one use the --format
option, how do I use it in the simplest plug-and-play way?