Repair device tool repo (#6223)

This commit is contained in:
Gwendolynne Barr 2018-03-14 12:16:58 -07:00 committed by GitHub
parent cec0209fde
commit ffadcf5ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -439,10 +439,10 @@ instead.
##### Use the device_tool utility
A community-contributed script called `device_tool.go` is available in the
`contrib/` directory of the Docker Github repository. You can use this tool to
resize a `loop-lvm` thin pool, avoiding the long process above. This tool is
not guaranteed to work, but you should only be using `loop-lvm` on non-production
systems.
[moby/moby](https://github.com/moby/moby/tree/master/contrib/docker-device-tool)
Github repository. You can use this tool to resize a `loop-lvm` thin pool,
avoiding the long process above. This tool is not guaranteed to work, but you
should only be using `loop-lvm` on non-production systems.
If you do not want to use `device_tool`, you can [resize the thin pool manually](#use-operating-system-utilities) instead.