diff options
Diffstat (limited to 'content/docs/tutorials')
-rw-r--r-- | content/docs/tutorials/docker.md | 2 | ||||
-rw-r--r-- | content/docs/tutorials/kubernetes.md | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/content/docs/tutorials/docker.md b/content/docs/tutorials/docker.md index 8391515c3..d39b514c6 100644 --- a/content/docs/tutorials/docker.md +++ b/content/docs/tutorials/docker.md @@ -59,7 +59,7 @@ docker run --runtime=runsc --name wordpress -d \ ``` Now, you can access the WordPress website pointing your favorite browser to -http://localhost:8080. +<http://localhost:8080>. Congratulations! You have just deployed a WordPress site using Docker. diff --git a/content/docs/tutorials/kubernetes.md b/content/docs/tutorials/kubernetes.md index 5b65ba20f..36ab59c1c 100644 --- a/content/docs/tutorials/kubernetes.md +++ b/content/docs/tutorials/kubernetes.md @@ -12,9 +12,9 @@ This page shows you how to deploy a sample [WordPress][wordpress] site using Take the following steps to enable the Kubernetes Engine API: -1. Visit the [Kubernetes Engine page][project-selector] in the Google Cloud - Platform Console. -1. Create or select a project. +1. Visit the [Kubernetes Engine page][project-selector] in the Google Cloud + Platform Console. +1. Create or select a project. ### Creating a node pool with gVisor enabled |