Open reesericci opened 4 years ago
It would be great if this was a docker image. We could just pull it with docker pull gpothier/sonoscast and then run it with something like this: docker run sonoscast -n "sonoscast" [more params here]
docker pull gpothier/sonoscast
docker run sonoscast -n "sonoscast" [more params here]
I try create a docker image for you.
ok thanks @Suyuimo
It would be great if this was a docker image. We could just pull it with
docker pull gpothier/sonoscast
and then run it with something like this:docker run sonoscast -n "sonoscast" [more params here]