distribution-docker icon indicating copy to clipboard operation
distribution-docker copied to clipboard

I'm an analytics platform! In a Docker container!

Results 8 distribution-docker issues
Sort by recently updated
recently updated
newest added

The existing docker distribution needed some updates based on changes upstream from zulu, imply version and a few other items. * Update Imply version to 2021.11 * Bring Zulu install...

Having got a clean build if I do: ` docker exec -it imply bin/post-index-task -f quickstart/wikipedia-index.json ` I get ` Beginning indexing data for wikipedia Waiting up to 119s for...

Given the symbolic link created wouldn't it be better to do the following ` WORKDIR /opt/imply `

Dockerfile has a syntax of COPY that can cause problems on some platforms Here is a minor update https://pastebin.com/dUXbJfAx

The README.md file needs some updates for clarity and version. A complete version is available at this pastebin https://pastebin.com/1Ev8AYak

``` Use of uninitialized value $tcp in socket at bin/verify-default-ports line 25. Use of uninitialized value $tcp in socket at bin/verify-default-ports line 25. Use of uninitialized value $tcp in socket...

* can alpine image as base image * use openjdk instead of zulu (don't why you forced zulu jdk)

I started running the docker distribution in my windows 7 machine and ended up with not much success with initial runs due to memory / swap space issues (I must...