From 2171b77cb9311fd4ff16ca0af8c26ed225e15d20 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 5 Sep 2016 10:09:40 +0200 Subject: [PATCH] fix a typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7595fad..b90eb05 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It will also process all currently running containers. To connect to a remote docker node or swarm cluster use `--socket-url`, e.g. - python docker-etchosts.py --socker-url='tcp:///localhost:2335' + python docker-etchosts.py --socket-url='tcp:///localhost:2335' To specify the full path to your hosts file you would like modified pass `--hosts-file=/etc/hosts`. To skip processing running containers on script startup pass `--skip-running`.