ModioAB / caramel

Caramel is a CA Registry Manager
GNU Affero General Public License v3.0
16 stars 5 forks source link

Docker: Add Dockerfile for caramel-tools #69

Closed teoti001 closed 3 years ago

teoti001 commented 3 years ago

Add a Dockerfile to be able to build a container from which caramel-tools can be run. To build the image docker can be called with for example: docker build -t caramel_tools . -f Dockerfile.tools

To use caramel_tool in the new container docker can be called like so: docker run caramel_tools caramel_tool --list

minimal.ini is a bare minimum config file that should only be used in containers