docker conatiner ls
$ sudo docker container ls --help Usage: docker container ls [OPTIONS] List containers Aliases: ls, ps, list Options: -a, --all Show all containers (default shows just running) -f, --filter filter Filter output based on conditions provided --format string Pretty-print containers using a Go template -n, --last int Show n last created containers (includes all states) (default -1) -l, --latest Show the latest created container (includes all states) --no-trunc Don't truncate output -q, --quiet Only display numeric IDs -s, --size Display total file sizes |
'프로그램 사용 > docker' 카테고리의 다른 글
docker detach (0) | 2019.07.10 |
---|---|
docker login/logout (0) | 2019.07.10 |
docker tag & push (0) | 2019.07.09 |
docker cluster - swarm (0) | 2019.07.09 |
Dockerfile과 build (0) | 2019.07.09 |