mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
When getting the private port used by a container using `docker port` returns 0.0.0.0:49353, stript just the portnumber of the address with awk to used it in the rest of the example code. Upstream-commit: f5e6c2d060d5eb052929c4ab14bf3256b260afc4 Component: engine