fix a typo in README.

This commit is contained in:
chris 2016-09-05 10:09:40 +02:00
parent 0088975c1f
commit 2171b77cb9
1 changed files with 1 additions and 1 deletions

View File

@ -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`.