Skip to content

Commit b131482

Browse files
authored
Merge pull request #4288 from buck/no-trunc-example
Correct "ps --no-trunc" example output
2 parents 38bcee4 + 988e379 commit b131482

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • docs/reference/commandline

docs/reference/commandline/ps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Running `docker ps --no-trunc` showing 2 linked containers.
3232
```console
3333
$ docker ps --no-trunc
3434

35-
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
36-
4c01db0b339c ubuntu:22.04 bash 17 seconds ago Up 16 seconds 3300-3310/tcp webapp
37-
d7886598dbe2 crosbymichael/redis:latest /redis-server --dir 33 minutes ago Up 33 minutes 6379/tcp redis,webapp/db
35+
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
36+
ca5534a51dd04bbcebe9b23ba05f389466cf0c190f1f8f182d7eea92a9671d00 ubuntu:22.04 bash 17 seconds ago Up 16 seconds 3300-3310/tcp webapp
37+
9ca9747b233100676a48cc7806131586213fa5dab86dd1972d6a8732e3a84a4d crosbymichael/redis:latest /redis-server --dir 33 minutes ago Up 33 minutes 6379/tcp redis,webapp/db
3838
```
3939

4040
### <a name="all"></a> Show both running and stopped containers (-a, --all)

0 commit comments

Comments
 (0)