solanum
solanum copied to clipboard
docker image
docker image distribution maintained by solanum team
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.
you could list this project in the solanum readme, but ideally an "official" image
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 a branch release once they make a release tarball. If they want an official image, per your request, I am willing to help maintain it.
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 \
-v /location/to/solanum/certs/:/certs \
-v /location/to/solanum/logs:/usr/local/logs \
dbrown786/solanum-git:latest
I have added more archs to my docker builds.
I would also like to see an official (ideally, automated) docker release for solanum.