mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +00:00
Now that Endpoint interface has the Info method there is no need to return container data as a return value in the Join method. Removed the return value and fixed all the callers. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>