summaryrefslogtreecommitdiffhomepage
path: root/content/docs/tutorials/docker.md
diff options
context:
space:
mode:
authorIan Lewis <ianmlewis@gmail.com>2019-10-24 00:21:45 -0400
committerIan Lewis <ianmlewis@gmail.com>2019-10-24 02:35:07 -0400
commita7803353f03528042f15ade30462b88cb8b2ddc6 (patch)
tree55c458e60a77efb17ef2af9cbb79f7f38b33296a /content/docs/tutorials/docker.md
parentcf240fdf731ff631a37e1a35e6b4e4f2c4203a2d (diff)
Added lint-md linter for markdown
Diffstat (limited to 'content/docs/tutorials/docker.md')
-rw-r--r--content/docs/tutorials/docker.md2
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.