compose/pkg/mocks
Milas Bowman 053f20edab
port: improve error-handling if port not found (#10039)
This method looked slightly incomplete. If the port wasn't found,
it'd return `err`, but that was always `nil`, so we'd print out
`:0`.

Now, we construct a nice error message with the targeted port and
the ones we found.

The `--protocol` flag is also now case-insensitive to prevent any
weirdness/confusion there.

Co-authored-by: Nick Sieger <nicksieger@gmail.com>
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-12-05 22:11:45 +00:00
..
mock_docker_api.go bump docker dependencies version 2022-10-18 16:26:54 +02:00
mock_docker_cli.go bump docker dependencies version 2022-10-18 16:26:54 +02:00
mock_docker_compose_api.go port: improve error-handling if port not found (#10039) 2022-12-05 22:11:45 +00:00