- InstallĀ Docker CE from here
- Run the docker image (automatic download):
$ docker run -it --rm secunive/seclab:formal_verification $
- The above command will start a linux container with the tamarin tool. To edit files use the
nano
editor from the command line.
Goto Task 1!