Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/commandline/ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ CONTAINER ID IMAGE COMMAND CREATED
9b6247364a03 busybox "top" 2 minutes ago Up 2 minutes nostalgic_stallman
```

You can also filter for a substring in a name as this shows:
You can only filter for a substring in a name as this shows:

```console
$ docker ps --filter "name=nostalgic"
Expand Down