quarkslab / irma-ansible-old

IRMA ansible
24 stars 10 forks source link

Docker images support #152

Open Lastpixl opened 8 years ago

Lastpixl commented 8 years ago

Hi, This pull request adds support for building docker images of irma, based on @p-col's work in pull request #110, including new fixes, simplifications, and a rebase/history rewrite to make the changes more understandable. It adds a new ansible variables, docker_build, to indicate whether the install is being performed as part of a docker build. This variable is then used to perform required tweaks (do not start services, do not use ufw...).

To build a docker image, use the "configure-docker-env.sh" script at the root, then run "docker build".