marcmillien / dockerfile-to-bash

A quick and dirty way to use a Dockerfile from a bash install script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile to bash install script

A quick and dirty way to use a Dockerfile from a bash install script

Move your Dockerfile to the same directory with the install, then run it ./install, it will execute the Dockerfile and it should just work (more or less :P).

About

A quick and dirty way to use a Dockerfile from a bash install script


Languages

Language:Perl 85.4%Language:Shell 14.6%