solanum icon indicating copy to clipboard operation
solanum copied to clipboard

docker image

Open avelino opened this issue 3 years ago • 8 comments

docker image distribution maintained by solanum team

avelino avatar Jun 01 '21 10:06 avelino

Hello.

There is a Dockerfile that exist for this now.

https://github.com/atonist/solanum-docker

atonist avatar Jun 01 '21 12:06 atonist

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

atonist avatar Jun 01 '21 12:06 atonist

For now, it is pulling straight from the git because there are no releases that exist for this project yet.

atonist avatar Jun 01 '21 12:06 atonist

you could list this project in the solanum readme, but ideally an "official" image

avelino avatar Jun 01 '21 13:06 avelino

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.

atonist avatar Jun 01 '21 13:06 atonist

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

atonist avatar Jun 01 '21 14:06 atonist

I have added more archs to my docker builds.

atonist avatar Jun 03 '21 03:06 atonist

I would also like to see an official (ideally, automated) docker release for solanum.

Neo-Desktop avatar Jun 21 '22 08:06 Neo-Desktop