Is there a way to display the docker stats sorted by memory usage of the containers?
I am using the following command to display the container with their names and I
docker stats --no-stream --format "table {{.Name}}\t{{.Container}}\t{{.MemUsage}}" | sort -k 3 -h
Commands sort only by memory