Documentation ¶
Overview ¶
Package compose provides primitives for running Unikraft applications via the Compose specification.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2024, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file except in compliance with the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultFileNames = []string{
"docker-compose.yml",
"docker-compose.yaml",
"compose.yml",
"compose.yaml",
"Composefile",
}
DefaultFileNames is a list of default compose file names to look for
Functions ¶
func NewComposeProjectV1 ¶ added in v0.7.4
Types ¶
Click to show internal directories.
Click to hide internal directories.