()
| 145 | } |
| 146 | |
| 147 | func (c *ContainerContext) Name() string { |
| 148 | return c.c.Name |
| 149 | } |
| 150 | |
| 151 | // Names returns a comma-separated string of the container's names, with their |
| 152 | // slash (/) prefix stripped. Additional names for the container (related to the |
no outgoing calls