keeps / dbptk-enterprise

DBPTK Enterprise deployment using docker
https://database-preservation.com
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Problems with docker compose up #8

Closed PhillipTommerholt closed 4 years ago

PhillipTommerholt commented 4 years ago

I haven't succeeded to run a flawless docker-compose up command. I get a long list of steps that run okay, and a lot of warnings and errors but I am not skilled enough to understand what is wrong. report.txt

006627 commented 4 years ago

Hi @PhillipTommerholt, It looks like your docker-compose file is out of date, through the report you can see that the version of the Solr being used is an old one (7.7).

Could you please update the docker-compose and check if the problem persists? (you need to download the Config folder as well)

PhillipTommerholt commented 4 years ago

Thanks for helping. I updated the docker-compose.yml but now I am getting almost nowhere: image

006627 commented 4 years ago

Hi @PhillipTommerholt, this problem is related to the docker configuration on windows. Please enable disk sharing through the Docker application.

Let me know if you need help

PhillipTommerholt commented 4 years ago

Thanks a lot! It worked Sadly I ran into a showstopper - I do not have enough memory at my current machine. But thanks for helping.