From cd709bfa16d33e5c4b27b0e3d9615b582e846612 Mon Sep 17 00:00:00 2001 From: Yiran Wang Date: Sat, 28 Dec 2019 06:15:24 -0800 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e836e345..494853bb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Or deploy in swarm: docker stack deploy -c docker-compose-v3.yml hadoop ``` -`docker-compose` creates a docker network that can be found by running `docker network list`, e.g. `dockerhadoop_default`. +`docker-compose` creates a docker network that can be found by running `docker network list`, e.g. `docker-hadoop_default`. Run `docker network inspect` on the network (e.g. `dockerhadoop_default`) to find the IP the hadoop interfaces are published on. Access these interfaces with the following URLs: