diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-10-18 02:40:54 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-10-24 10:20:30 +0900 |
commit | 514f16b290229cc1105cdaf8102fee59b1365aee (patch) | |
tree | 856fede0fd091098bdab4996b027ebe8e8179613 /content/docs/user_guide/quick_start | |
parent | 53e921eb38e38867363f2203d2f883dadf3b5a2d (diff) |
Fix links on website.
Diffstat (limited to 'content/docs/user_guide/quick_start')
-rw-r--r-- | content/docs/user_guide/quick_start/docker.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/content/docs/user_guide/quick_start/docker.md b/content/docs/user_guide/quick_start/docker.md index 523831c1b..f599e3ae1 100644 --- a/content/docs/user_guide/quick_start/docker.md +++ b/content/docs/user_guide/quick_start/docker.md @@ -85,9 +85,12 @@ $ docker run --runtime=runsc -it ubuntu dmesg Note that this is easily replicated by an attacker so applications should never use `dmesg` to verify the runtime in a security sensitive context. -Next, look at the different options available for gVisor: [platform](../platforms/), -[network](../networking/), [filesystem](../filesystem/). +Next, look at the different options available for gVisor: [platform][platforms], +[network][networking], [filesystem][filesystem]. [docker]: https://docs.docker.com/install/ - [storage-driver]: https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-storage-driver + +[filesystem]: /docs/user_guide/filesystem/ +[networking]: /docs/user_guide/networking/ +[platforms]: /docs/user_guide/platforms/ |