mirror of https://github.com/docker/docs.git
parent
40f912237b
commit
f8cd1174db
|
@ -757,7 +757,7 @@ Docker.
|
|||
First, find the ID of the `mysql` container task.
|
||||
|
||||
```bash
|
||||
$ docker ps --filter --name=mysql -q
|
||||
$ docker ps --filter name=mysql -q
|
||||
|
||||
c7705cf6176f
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue