Source files of the container image volkerraschek/docker-compose https://hub.docker.com/repository/docker/volkerraschek/docker-compose
Go to file
CSRBot 65213df579
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.42.0
2024-10-14 19:10:36 +00:00
.dockerignore Initial Commit 2024-08-30 15:05:32 +02:00
.drone.yml chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.42.0 2024-10-14 19:10:36 +00:00
.editorconfig Initial Commit 2024-08-30 15:05:32 +02:00
.gitattributes Initial Commit 2024-08-30 15:05:32 +02:00
.gitignore Initial Commit 2024-08-30 15:05:32 +02:00
.markdownlint.yaml Initial Commit 2024-08-30 15:05:32 +02:00
Dockerfile chore(deps): update docker.io/library/golang docker tag to v1.23.2 2024-10-02 01:08:22 +00:00
LICENSE Initial Commit 2024-08-30 15:05:32 +02:00
Makefile chore(deps): update docker/compose to v2.29.7 2024-09-20 12:43:57 +02:00
manifest.tmpl Initial Commit 2024-08-30 15:05:32 +02:00
README.md Initial Commit 2024-08-30 15:05:32 +02:00
renovate.json fix(renovate): update config 2024-09-28 13:35:24 +02:00

docker-compose-docker

Build Status Docker Pulls

This project contains all sources to build the container image docker.io/volkerraschek/docker-compose. The primary goal of this project is to package the binary docker-compose as container image. The source code of the binary can be found in the upstream project of docker/compose.

The workflow or how docker-compose can in general be used is documented here.