OpenGrok / docker

WARNING: this repository is archived !
58 stars 31 forks source link

SSH needed? #12

Closed splitbrain closed 5 years ago

splitbrain commented 6 years ago

I wonder if the SSH daemon in this image is really needed. Inspection of the image can easily be done with docker exec -t -i <container> /bin/bash, indexing commands can be done with docker exec as well and data is accessed via mounted volumes. So what would the SSH access be good for?

tarzanek commented 6 years ago

I agree, it's more like a (unnecessary) convenience, so feel free to remove it