Dockerfilemaker (dofimak) is an utility for hassle-free dockerfile making.
Clone the repository
git clone [email protected]:qml2code/dofimak.git
If GNU make is installed use
make install
Otherwise, if pip
is installed use
pip install .
During installation of private git
repositories the package asks for account names and passwords for the repositories' retrieval. These data is used to contruct Dockerfile
, which the package removes automatically with the wipe
command. Make sure that Dockerfile
is deleted afterwards!
- DOCKFMAKER_SPECS - colon-separated list of directories where Dockerfile specifications are held. The package automatically adds to those the current directory and
dofimak/specifications
package directory.