From ac77e59c55fed01ce449fb0feb9f63549cee2c04 Mon Sep 17 00:00:00 2001 From: Ramzan Bekbulatov Date: Tue, 27 Aug 2019 12:57:44 +0300 Subject: [PATCH] Fix typo in walkthroughs/single-master-setup.md Spent hour for reaching it --- docs/walkthroughs/single-master-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthroughs/single-master-setup.md b/docs/walkthroughs/single-master-setup.md index cee3117..a1f5e7b 100644 --- a/docs/walkthroughs/single-master-setup.md +++ b/docs/walkthroughs/single-master-setup.md @@ -328,7 +328,7 @@ drwxrwxrwx. 67 root root 4.0K Jun 16 15:39 packages Start nginx to actually host the artifacts so that your nodes can download and install from the bootstrap: ``` -sudo docker run -d -p 80:80 --name bootstrap-190 -v $PWD/genconf/serve:/usr/share/nginx.html:ro nginx +sudo docker run -d -p 80:80 --name bootstrap-190 -v $PWD/genconf/serve:/usr/share/nginx/html:ro nginx ``` Now, if you curl the bootstrap URL with a path of /cluster-package-info.json, you should get a JSON file that lists all of the packages that make up DC/OS: