Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 89a65c0

Browse files
David Chungwfarner
authored andcommitted
Fix build breakage (#291)
Signed-off-by: David Chung <[email protected]>
1 parent 5e5e6be commit 89a65c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Putting everything together, we have the configuration to give to the default Gr
9090
"Properties": {
9191
"Init": [
9292
"docker pull nginx:alpine",
93-
"docker run -d -p 80:80 nginx:alpine"
93+
"docker run -d -p 80:80 nginx-alpine"
9494
],
9595
"Tags": {
9696
"tier": "web",

0 commit comments

Comments
 (0)