Compiler for the CCom (Conditional Comments) language
4.5K
Compiler for the CCom (Conditional Comments) language.
Note: This language is part of the Compose Generator project, but also can be used independently.
Please visit the documentation at ccom.compose-generator.com.
You can use CCom by directly installing it on your Docker host system or by generating your compose file with the CCom Docker container on the fly.
For installation instructions for Linux, Windows, etc., please visit the installation guide.
Linux:
$ docker run --rm -it -v $(pwd):/ccom/out chillibits/ccom
Windows:
$ docker run --rm -it -v ${pwd}:/ccom/out chillibits/ccom
Note: This command does not work with Windows CMD command line. Please use Windows PowerShell instead.
If you want to contribute to this project, please ensure you comply with the contribution guidelines.
© Marc Auberer 2021-2022
Content type
Image
Digest
sha256:f7d43445d…
Size
6.5 MB
Last updated
over 1 year ago
docker pull chillibits/ccom