| 75 | } |
| 76 | |
| 77 | type OCIOptions struct { |
| 78 | InsecureRegistries []string |
| 79 | } |
| 80 | |
| 81 | // Compose is the API interface one can use to programmatically use docker/compose in a third-party software |
| 82 | // Use [compose.NewComposeService] to get an actual instance |
nothing calls this directly
no outgoing calls
no test coverage detected