docker-latest-ps (1) Linux Manual Page
docker-ps – List containers Synopsisdocker ps [-a|–all] [-f|–filter[=[]]] [–format="TEMPLATE"] [–help] [-l|–latest] [-n[=-1]] [–no-trunc] [-q|–quiet] [-s|–size] DescriptionList the containers in the local repository. By default this shows only the running containers. Options-a, –all=true|false Show all containers. Only running containers are shown by default. The default is false. -f, –filter=[] Filter output based on these conditions: – exited=<int> an…
