mirror of https://github.com/docker/cli.git
docs: fix broken link to tmpfs (missing anchor)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
b35361e8d2
commit
37f5515666
|
@ -391,7 +391,7 @@ container with the `rw`, `noexec`, `nosuid`, `size=65536k` options.
|
|||
$ docker run -d --tmpfs /run:rw,noexec,nosuid,size=65536k my_image
|
||||
```
|
||||
|
||||
For more information, see [tmpfs mounts](https://docs.docker.com/storage/tmpfs/#tmpfs-mounts).
|
||||
For more information, see [tmpfs mounts](https://docs.docker.com/storage/tmpfs/).
|
||||
|
||||
### <a name="volume"></a> Mount volume (-v)
|
||||
|
||||
|
|
Loading…
Reference in New Issue