LocalVolumes returns the number of volumes using the "local" volume driver.
()
| 269 | |
| 270 | // LocalVolumes returns the number of volumes using the "local" volume driver. |
| 271 | func (c *ContainerContext) LocalVolumes() string { |
| 272 | return fmt.Sprintf("%d", c.c.LocalVolumes) |
| 273 | } |
| 274 | |
| 275 | // Networks returns a comma-separated string of networks that the container is |
| 276 | // attached to. |
nothing calls this directly
no outgoing calls
no test coverage detected