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
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