$ docker pull odumunc/trsa-web:2.0
$ docker run --name trsa-web -p 8080:8080 --restart unless-stopped odumunc/trsa-web:2.0
Then use a web browser to visit the container's IP:
$ links http://172.17.0.2:8080/trsa-web-2.0
- Edit
trsa.config
to suit your needs, thendocker build
with your desired name and tag.