Git Product home page Git Product logo

dogen's Introduction

Dogen [dodʒen]

This is a simple tool to generate Dockerfile files from YAML templates.

much_files.jpg

Usage

This tool is shipped as a Docker image registered as jboss/dogen. You can see the Dockerfile for this image in the main directory of the source distribution. This Docker image uses some conventions:

  1. The image template that should be converted into Dockerfile is expected to be available at /input/image.yaml.
  2. The output directory will be /output.
  3. The directory with (optional) scripts should be available at /scripts.

Considering above you need to remember to mount appropriate volumes at the container start. You are free to change the paths, but please remember to provide new locations as part of the container's run command instruction.

Examples

Assuming your current working directory contains your image.yaml file, any scripts your image.yaml references are in an adjacent subdirectory called scripts and you want the output written to an adjacent sub-directory named out:

docker run -it --rm -v $(pwd):/tmp:z dogen:latest --verbose /tmp/image.yaml /tmp/out

dogen's People

Contributors

goldmann avatar rwngwn avatar jmtd avatar csutherl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.