docker-service-ps - Man Page

List the tasks of one or more services

Synopsis

docker service ps [Options] SERVICE [SERVICE...]

Description

List the tasks of one or more services

Options

-f,  --filter=

Filter output based on conditions provided

--format=""

Pretty-print tasks using a Go template

-h,  --help[=false]

help for ps

--no-resolve[=false]

Do not map IDs to Names

--no-trunc[=false]

Do not truncate output

-q,  --quiet[=false]

Only display task IDs

See Also

docker-service(1)

Referenced By

docker-service(1).

May 2020 Docker Community