Source files of the container image volkerraschek/docker-compose https://hub.docker.com/repository/docker/volkerraschek/docker-compose
Go to file
CSRBot 15c7c99a53
Some checks reported errors
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build was killed
Update git.cryptic.systems/volker.raschek/markdownlint Docker tag to v0.41.0
2024-08-30 13:05:59 +00:00
.dockerignore Initial Commit 2024-08-30 15:03:47 +02:00
.drone.yml Update git.cryptic.systems/volker.raschek/markdownlint Docker tag to v0.41.0 2024-08-30 13:05:59 +00:00
.editorconfig Initial Commit 2024-08-30 15:03:47 +02:00
.gitattributes Initial Commit 2024-08-30 15:03:47 +02:00
.gitignore Initial Commit 2024-08-30 15:03:47 +02:00
.markdownlint.yaml Initial Commit 2024-08-30 15:03:47 +02:00
Dockerfile Initial Commit 2024-08-30 15:03:47 +02:00
LICENSE Initial Commit 2024-08-30 15:03:47 +02:00
Makefile Initial Commit 2024-08-30 15:03:47 +02:00
manifest.tmpl Initial Commit 2024-08-30 15:03:47 +02:00
README.md Initial Commit 2024-08-30 15:03:47 +02:00
renovate.json Initial Commit 2024-08-30 15:03:47 +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.