Easy to use cli to generate Docker Compose YAML configuration files.
9.1K
Easy to use cli tool to generate Docker Compose configurations blazingly fast.
Dockerfile links1.9.0, 1.9, 1, latest1.8.0, 1.81.7.0, 1.71.6.0, 1.61.5.0, 1.51.4.0, 1.41.3.0, 1.31.2.1, 1.21.1.0, 1.11.0.0amd64, i386, arm32v6, arm32v7Please visit the documentation on compose-generator.com.
You can use the Compose Generator CLI by directly installing it on your Docker host system or by generating your compose file with the Compose Generator Docker container on the fly.
For installation instructions for Linux, Windows, etc., please visit the installation guide.
For Linux:
$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/cg/out chillibits/compose-generator [<command>]
For Windows:
$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v ${pwd}:/cg/out chillibits/compose-generator [<command>]
Note: This command does not work with Windows CMD command line. Please use Windows PowerShell instead.
If you miss a predefined service and you want to create one for the public, please read the instructions to create one. Fork the repository, create the template and open a pr. The community is thankful for every predefined template!
If you want to contribute to this project, please ensure you comply with the contribution guidelines.
© Marc Auberer 2021-2022
Content type
Image
Digest
Size
27.3 MB
Last updated
about 4 years ago
docker pull chillibits/compose-generator