vladc

Results 1 comments of vladc

Retrying `MappedPort` didn't work for me so I ended up calling `docker inspect` from the code. Ugly workaround but it works: ```go func getMappedPorts(containerID string) (nat.PortMap, error) { cmd :=...