(name string, privatePort uint16)
| 230 | } |
| 231 | |
| 232 | func ContainerAddr(name string, privatePort uint16) string { |
| 233 | return ContainerAddrWithHost(name, privatePort, "0.0.0.0") |
| 234 | } |
| 235 | |
| 236 | // DockerRun performs the specified operation on the given container instance. |
| 237 | func DockerRun(instance string, op int) error { |