docs: fix broken link to tmpfs (missing anchor)

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-01-15 14:16:24 +01:00
parent b35361e8d2
commit 37f5515666
1 changed files with 1 additions and 1 deletions

View File

@ -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)