dofigen 2.9.0-beta.1

A Dockerfile generator using a simplified description in YAML or JSON format create
Documentation
1
2
3
4
5
6
7
pub mod effective;
pub mod generate;
#[cfg(feature = "parse")]
pub mod parse;
#[cfg(feature = "json_schema")]
pub mod schema;
pub mod update;