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 /g3doc/user_guide/tutorials/BUILD | |
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 'g3doc/user_guide/tutorials/BUILD')
-rw-r--r-- | g3doc/user_guide/tutorials/BUILD | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/g3doc/user_guide/tutorials/BUILD b/g3doc/user_guide/tutorials/BUILD index 405026a33..f405349b3 100644 --- a/g3doc/user_guide/tutorials/BUILD +++ b/g3doc/user_guide/tutorials/BUILD @@ -15,6 +15,15 @@ doc( ) doc( + name = "docker_compose", + src = "docker-compose.md", + category = "User Guide", + permalink = "/docs/tutorials/docker-compose/", + subcategory = "Tutorials", + weight = "20", +) + +doc( name = "kubernetes", src = "kubernetes.md", category = "User Guide", @@ -24,7 +33,7 @@ doc( ], permalink = "/docs/tutorials/kubernetes/", subcategory = "Tutorials", - weight = "20", + weight = "30", ) doc( @@ -33,5 +42,5 @@ doc( category = "User Guide", permalink = "/docs/tutorials/cni/", subcategory = "Tutorials", - weight = "30", + weight = "40", ) |