mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Now that listeners is no longer an internal of the client, make it less Docker-specific (despite there still being some open questions as how to deal with some of the warnings that listeners has to emit). We should move as much of the Docker-specific stuff (especially the port allocation) to docker/ where it belongs (or maybe pass a check function). Signed-off-by: Aleksa Sarai <asarai@suse.de> Upstream-commit: 619bf56778c55813c7c9dc81052ee4a277bfd22a Component: engine