1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #27483 from YuPengZTE/devFixLink

Fix the typo of link in devmapper
Upstream-commit: 32156e17584782ab7d08f37ec402c0d17bb2cd92
Component: engine
This commit is contained in:
Alexander Morozov
2016-10-18 12:45:31 -07:00
committed by GitHub

View File

@@ -92,5 +92,5 @@ This uses the `dm` prefix and would be used something like `docker daemon --stor
These options are currently documented both in [the man
page](../../../man/docker.1.md) and in [the online
documentation](https://docs.docker.com/reference/commandline/daemon/#storage-driver-options).
documentation](https://docs.docker.com/engine/userguide/storagedriver/device-mapper-driver/).
If you add an options, update both the `man` page and the documentation.