This is how to create a new docker image for an application, e.g. ltb
Step-by-step guide
- Create a host for docker as in Docker Installation CentOS 7
Get a shell on the docker image
docker run -i -t --name=centos7-ltb centos /bin/bash
Install and configure the application according to the instructions, e.g. LTB Self Service Password Installation
rpm --import http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project wget http://tools.ltb-project.org/attachments/download/500/self-service-password-0.8-1.el5.noarch.rpm yum install self-service-password-0.8-1.el5.noarch.rpm