diff options
author | DNX <2435032+0x646e78@users.noreply.github.com> | 2019-10-24 13:43:10 +1100 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-10-24 13:29:12 +0900 |
commit | cf240fdf731ff631a37e1a35e6b4e4f2c4203a2d (patch) | |
tree | 99c0d229d2cd59a39b03679e38b57f175a8d440f /content | |
parent | c90a6f5a85d10efa80850caee255953a4e8a65f0 (diff) |
Fix install link
Link to install docs is currently missing from the Docker quickstart page.
Diffstat (limited to 'content')
-rw-r--r-- | content/docs/user_guide/quick_start/docker.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/user_guide/quick_start/docker.md b/content/docs/user_guide/quick_start/docker.md index f599e3ae1..48185dba9 100644 --- a/content/docs/user_guide/quick_start/docker.md +++ b/content/docs/user_guide/quick_start/docker.md @@ -90,7 +90,7 @@ Next, look at the different options available for gVisor: [platform][platforms], [docker]: https://docs.docker.com/install/ [storage-driver]: https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-storage-driver - +[install]: /docs/user_guide/install/ [filesystem]: /docs/user_guide/filesystem/ [networking]: /docs/user_guide/networking/ [platforms]: /docs/user_guide/platforms/ |