mirror of https://github.com/docker/docs.git
Merge pull request #7077 from xiaonanln/patch-1
Update tmpfs.md: fix Docker -> docker in command
This commit is contained in:
commit
0dc69fc7d9
|
@ -111,7 +111,7 @@ Remove the container:
|
||||||
```bash
|
```bash
|
||||||
$ docker container stop tmptest
|
$ docker container stop tmptest
|
||||||
|
|
||||||
$ Docker container rm tmptest
|
$ docker container rm tmptest
|
||||||
```
|
```
|
||||||
|
|
||||||
### Specify tmpfs options
|
### Specify tmpfs options
|
||||||
|
|
Loading…
Reference in New Issue