This is a proof of concept for running Suave on Docker.
docker build -t forki/suave:0.1 .
docker run -d -p 8080:8080 forki/suave:0.1
Go to 192.168.99.100:8080 (or whatever the ip of your hostsystem is).
This is a proof of concept for running Suave on Docker.
docker build -t forki/suave:0.1 .
docker run -d -p 8080:8080 forki/suave:0.1
Go to 192.168.99.100:8080 (or whatever the ip of your hostsystem is).