1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/reference
David Calavera 0a376291b2 Fix implicit DeviceMapper selection
DeviceMapper must be explicitly selected because the Docker binary might not be linked to the right devmapper library.

With this change, Docker fails fast if the driver detection finds the devicemapper directory but the driver is not the default option.
The option `override_udev_sync_check` doesn't make sense anymore, since the user must be explicit to select devicemapper, so it's being removed.
Docker fails to use devicemapper only if Docker has been built statically unless the option was explicit.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-07-02 09:21:27 -07:00
..
api Docs: fix wrong example of API Exec 2015-06-25 02:03:27 +08:00
commandline Fix implicit DeviceMapper selection 2015-07-02 09:21:27 -07:00
logging Breaking logging driver material out of run 2015-06-25 05:00:49 -07:00
builder.md
glossary.md
run.md Update English expressions by review comments 2015-06-26 11:04:26 +09:00