(value uint32)
| 414 | } |
| 415 | |
| 416 | func uint32Ptr(value uint32) *uint32 { |
| 417 | return &value |
| 418 | } |
| 419 | |
| 420 | // convertExtraHosts converts <host>:<ip> mappings to SwarmKit notation: |
| 421 | // "IP-address hostname(s)". The original order of mappings is preserved. |
no outgoing calls
searching dependent graphs…