Dofigen is a Dockerfile generator using a simplified description in YAML or JSON format
4.2K
Dofigen is a Dockerfile generator using a simplified description in YAML or JSON format. It defines default values and behaviors that simplify the creation of Dockerfiles.
Dofigen is also made to use the Buildkit, which is now the default Docker build engine, optimizations that speed-up the Docker image build by parallelizing the layer builds.
A french DevOps said about it:
C'est une bouffée, Dofigen, dans ce monde de con...teneurs.
Report Bug · Request Feature
Use it with Docker
You can run Dofigen directly from its Docker image with the following command:
docker run --rm -it -v $(pwd):/app lenra/dofigen --help
See the full documentation on the GitHub repository.
Content type
Image
Digest
sha256:ec99ef388…
Size
2 MB
Last updated
7 months ago
docker pull lenra/dofigen