extractFile extracts a single file from the container and returns the contents.
(fileName string)
| 108 | port(containerPort string) int |
| 109 | // extractFile extracts a single file from the container and returns the contents. |
| 110 | extractFile(fileName string) []byte |
| 111 | } |
| 112 | |
| 113 | type dockerContainer struct { |
no outgoing calls
no test coverage detected