update readme
This commit is contained in:
parent
46daef3927
commit
cdd8a7ad8e
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ Another shim to allow Linux containers running on Docker for Windows to watch fo
|
|||
|
||||
## Usage
|
||||
|
||||
`node.exe shim.js`
|
||||
`node.exe docker-windows-watch.js`
|
||||
|
||||
Watches the bind mounts of all running containers, and monitors the starting and stopping of containers, and starts and stops watching as appropriate.
|
||||
|
||||
`node.exe shim.js container_name container_name...`
|
||||
`node.exe docker-windows-watch.js container_name container_name...`
|
||||
|
||||
If you specify one or more container names or ids, all bind mounts on these containers will be watched. The starting and stopping of containers will not be monitored.
|
||||
|
||||
|
|
Reference in a new issue