mirror of https://github.com/docker/docs.git
17 lines
488 B
YAML
17 lines
488 B
YAML
command: docker events
|
|
short: Get real time events from the server
|
|
long: Get real time events from the server
|
|
usage: docker events [OPTIONS]
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: filter
|
|
shorthand: f
|
|
description: Filter output based on conditions provided
|
|
- option: format
|
|
description: Format the output using the given Go template
|
|
- option: since
|
|
description: Show all events created since timestamp
|
|
- option: until
|
|
description: Stream events until this timestamp
|