| 2759 | } |
| 2760 | |
| 2761 | type runOpts struct { |
| 2762 | image string |
| 2763 | privileged bool // Required for remounting. |
| 2764 | binds []string |
| 2765 | env []string |
| 2766 | volumes map[string]string |
| 2767 | logbuf *bytes.Buffer |
| 2768 | } |
| 2769 | |
| 2770 | // runEnvbuilder starts the envbuilder container with the given environment |
| 2771 | // variables and returns the container ID. |
nothing calls this directly
no outgoing calls
no test coverage detected