commit | 62c8f832cb25c99bd20277af227f31d232f441ac | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 17:40:00 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 17:40:00 2015 +0200 |
tree | 774b58b2498c889390e725120d4a84b6a972b667 | |
parent | 3f1b1102605e3c52eb0cc9943cf3594d3ea89d9d [diff] |
Save docker image after build
Packer templates are used to:
Source the config script and set prefered parameters for build
. ./config.sh
Enter build directory by selecting OS type and version. You should see file template.json.
Start building some images:
packer build template.json
Directory http/ contains OS installer config files (preseed/kickstart/..)
Directory scripts/ contains set of scripts for provision after image build.