FlyDB
FlyDB copied to clipboard
docker
- run ./build.sh to go build flyDB-server
- docker build with /docker/Dockerfile & docker run fail
cause:
my host machine
in dockerile use ubuntu:18.04
The docker run command failed because my host machine is running Ubuntu 22.04, while the Dockerfile is building the image with Ubuntu 18.04. The glibc version in Ubuntu 18.04 is too low, causing the failure.
Thank you very much for your issue and we will discuss it.
https://github.com/ByteStorage/FlyDB/pull/313/commits/ef04a09ec6ead9faeec535b64eaaf5770ed16ee1 in this commit i try to fix it.