Skip to content

darrenldl/tamarin-prover-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tamarin-prover-container

Dockerfile for Tamarin prover

Pulling from Docker Hub

For Tamarin prover 1.8.0

  • podman pull docker.io/darrenldl/tamarin-prover:1.8.0

For Tamarin prover 1.6.1

  • podman pull docker.io/darrenldl/tamarin-prover:1.6.1

For Tamarin prover 1.4.1

  • podman pull docker.io/darrenldl/tamarin-prover:1.4.1

Starting the container

./start-container.sh

The current working directory will be mounted with the same name under the user home inside the container.

Running Tamarin

tamarin-prover is in PATH for normal commands.

To run Tamarin in interactive mode, we'll need Tamarin to listen on not just the localhost interface via --interface="*4" argument. To simplify this workflow, interactive.sh is also available in PATH, which runs Tamarin in interactive mode using said interface argument with the provided theory files.

Running interactive.sh file0.spthy file1.spthy ... is same as:

tamarin-prover interactive --interface="*4" file0.spthy file1.spthy ...

About

Dockerfile for Tamarin prover

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published