mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
This code will be used in containerd and is quite useful in general to people who want a nice way of creating listeners from proto://address arguments (even supporting socket activation). Separate it out from docker/ so people can use it much more easily. Signed-off-by: Aleksa Sarai <asarai@suse.de>
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.