Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include init NetworkSettings within inspect response
Related to [#3310](#3310) New behavior will always initialize a NetworkSettings entity for the inspect response, including Ports child member. If inspecting a running container with published ports, then all information will be correctly returned. If inspecting a running container without published ports, then NetworkSettings will include an initialized Ports member. If inspecting a stopped/exited container, then an entirely initialized, "empty-value" NetworkSettings is returned. Signed-off-by: Sam Chew <[email protected]>
- Loading branch information