podman/vendor/github.com/opencontainers
Valentin Rothberg e596b17fbe add a podman-compose command
**podman compose** is a thin wrapper around an external compose provider
such as docker-compose or podman-compose.  This means that `podman
compose` is executing another tool that implements the compose
functionality but sets up the environment in a way to let the compose
provider communicate transparently with the local Podman socket.  The
specified options as well the command and argument are passed directly
to the compose provider.

The default compose providers are `docker-compose` and `podman-compose`.
If installed, `docker-compose` takes precedence since it is the original
implementation of the Compose specification and is widely used on the
supported platforms (i.e., Linux, Mac OS, Windows).

If you want to change the default behavior or have a custom installation
path for your provider of choice, please change the `compose_provider`
field in `containers.conf(5)`.  You may also set the
`PODMAN_COMPOSE_PROVIDER` environment variable.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2023-07-24 19:23:04 +02:00
..
go-digest build(deps): bump github.com/vbauerster/mpb/v7 from 7.5.2 to 7.5.3 2022-09-13 08:58:22 +02:00
image-spec fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc4 2023-06-30 19:35:30 +00:00
runc podman cgroup enhancement 2022-06-24 15:39:15 -04:00
runtime-spec add a podman-compose command 2023-07-24 19:23:04 +02:00
runtime-tools vendor: bump containers/(storage, common, buildah, image) 2023-04-10 17:30:14 +05:30
selinux Vendor c/image after https://github.com/containers/image/pull/1816 2023-02-08 22:37:38 +01:00