Questions tagged as ['virtual-machine']
Score: 0
Create solr_core for search_api_solr 4.x with docker solr 8
I used to create my solr instance for drupal like this:
docker run -v $PWD/solrconf:/asdentcore -e SOLR_JAVA_MEM="-Xms2G -Xmx2G" --restart unless-stopped -p 8984:8983 -t --name asdentDevSolr -d solr:8.11
docker exec -it --user=solr asdentDevSolr bin/solr create_core -c asdentcore -d /asdentcore
Where ./solrconf contains the files from modules/contrib/search_api_solr/solr-conf-templates/7.x.
With the n ...
Score: -2

Why is Docker needed for DDEV?
I need to establish a Drupal development environment on Windows 10 and I consider DDEV.
I read that DDEV requires Docker but I never worked with Docker. Why is it required for DDEV and should I master Docker itself before developing Drupal on DDEV (or any similar software for that matter)?