fix a typo in README.
This commit is contained in:
parent
0088975c1f
commit
2171b77cb9
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue