atonist
atonist
Hello. There is a Dockerfile that exist for this now. https://github.com/atonist/solanum-docker
docker run -d \ -p 5000:5000 \ -p 6665-6669:6665-6669 \ -p 6697:6697 \ -p 9999:9999 \ -v /location/to/solanum/config/:/usr/local/etc \ -v /location/to/solanum/certs/:/certs \ -v /location/to/solanum/logs:/usr/local/logs \ docker-image
For now, it is pulling straight from the git because there are no releases that exist for this project yet.
It is up to them if they wish to serve an official image. I am just providing a Dockerfile that pulls from git. I can update it to pull from...
Hello, I have published a docker image for solanum. https://hub.docker.com/repository/docker/dbrown786/solanum-git ``` docker run -d \ -p 5000:5000 \ -p 6665-6669:6665-6669 \ -p 6697:6697 \ -p 9999:9999 \ -v /location/to/solanum/config/:/usr/local/etc \...
I have added more archs to my docker builds.