diff options
author | Ian Lewis <ianlewis@google.com> | 2020-09-08 21:57:28 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-08 21:59:24 -0700 |
commit | 00479af515289f42a63ab14cec128ab030120b38 (patch) | |
tree | 9f53c1cab10729d741b732b26586e144b46b09ff /website | |
parent | 8d3551da6a41c30fa9c04a5b0cef712c089d5d04 (diff) |
Add a Docker Compose tutorial
Adds a Docker Compose tutorial to the website that shows how to start a
Wordpress site and includes information about how to get DNS working.
Fixes #115
PiperOrigin-RevId: 330652842
Diffstat (limited to 'website')
-rw-r--r-- | website/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/BUILD b/website/BUILD index 7b61d13c8..6d92d9103 100644 --- a/website/BUILD +++ b/website/BUILD @@ -157,6 +157,7 @@ docs( "//g3doc/user_guide/quick_start:oci", "//g3doc/user_guide/tutorials:cni", "//g3doc/user_guide/tutorials:docker", + "//g3doc/user_guide/tutorials:docker_compose", "//g3doc/user_guide/tutorials:kubernetes", ], ) |