how do I sort docker ps output
docker ps
by container ID
?
Share and learn in the Docker community.
how do I sort docker ps output
docker ps
by container ID
?
you would have to use some other utility like sort, in linux
This comamnd worked for me to sort output…
docker ps -a | sort