Run CARATE as a container

A Dockerfile is ditributed alongside the repository. For a wheel installation, please refer to the Installing CARATE.

In your working directory, prepare a config folder and copy the Containerfile from the repository. The container looks for the config files in this folder

To build the container from the Dockerfile you can run

podman build --tag carate -f ./Containerfile

After the installation process is done you can use the container by logging into it or

podman run -it carate

execute commands in the running container via

podman exec carate your_command