This is the Docker version of the Routinator 3000, a RPKI validator.
Note: there is an automatically built version on Docker Hub so you do not have to build it manually.
docker build -t lspgn/routinator .
You will have to download the ARIN TAL here and put it in the /tal directory. Then
docker-compose up
or
docker run -p 3323:3323 -v $PWD/tals:/tals lspgn/routinator