4118e0c9ee
This adds the `--live-restore` option to the documentation.
Also synched usage description in the documentation
with the actual description, and re-phrased some
flag descriptions to be a bit more consistent.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit
|
||
---|---|---|
.. | ||
hack | ||
daemon.go | ||
daemon_freebsd.go | ||
daemon_linux.go | ||
daemon_no_plugin_support.go | ||
daemon_plugin_support.go | ||
daemon_solaris.go | ||
daemon_test.go | ||
daemon_unix.go | ||
daemon_unix_test.go | ||
daemon_windows.go | ||
docker.go | ||
docker_windows.go | ||
README.md | ||
routes.go | ||
routes_experimental.go | ||
service_unsupported.go | ||
service_windows.go |
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.