Docker container with the latest version of Tamarin Prover from Github repository. This Dockerfile builds the luchinzzz/tamarin-prover image.
- Docker installed on your system.
Move to the project folder:
cd ./tamarin-docker-container/To build the Docker image, run:
docker compose buildTo start the container run:
docker compose upAfter building the Docker container, you can start it using the run_container.sh script:
./run_container.shTo use Tamarin in interactive mode, execute the interactive.sh script within the container.
This is equivalent to running:
tamarin-prover interactive --interface="*4" "$@"The project is created with:
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details.