diff --git a/docs/reference/commandline/container_run.md b/docs/reference/commandline/container_run.md index 3f79db3724..de40a83f33 100644 --- a/docs/reference/commandline/container_run.md +++ b/docs/reference/commandline/container_run.md @@ -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/). ### Mount volume (-v)