diff options
author | Ian Lewis <ianlewis@google.com> | 2020-01-21 01:11:58 -0500 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2020-01-21 01:11:58 -0500 |
commit | a910cc8fd10e508de56e97c2de2af289c1f1f7bb (patch) | |
tree | d41db4d1a236f32cd62b4d8a22a7ca25bdc0075e /content/docs/tutorials/docker.md | |
parent | dcd8504d9866a9b0d95fadbff79e599f5d6893db (diff) | |
parent | 3bdcdb0097d4a1d499d78c9e5a50dab2e1a01e0a (diff) |
Merge branch 'lint-md'
Diffstat (limited to 'content/docs/tutorials/docker.md')
-rw-r--r-- | content/docs/tutorials/docker.md | 2 |
1 files changed, 1 insertions, 1 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. |