docker
docker copied to clipboard
Docker images for tarantool database
The linux/arm64/v8 image seems to be available till 2.11.2 and is missing for other tags.
Folder snapshots contains one file: current.snap. I try to run container with this data: `docker run -i -t --rm -v /snapshots:/var/lib/tarantool -p 3301:3301 --name tarantool tarantool/tarantool:1.7` Container is not starting....
Both proj4 and geos will be available in Alpine 3.5. Right now we build them from source, but later they should be installed from binaries.
Suggest for adding a new ENV for docker to set a work directory -e TARANTOOL_WORKDIR
Sometimes you should have access to Tarantool console after your script file has finished. Now it does not fall to console after, for example, `CMD ["tarantool", "/opt/tarantool/init.lua"]`. Would an option...
Unable to install ldecnumber. It wants git, but yum is dead in the image. Or better get ldecnumber in. Thanks.
Suggest for adding a new ENV for docker to set logging level environment: - TARANTOOL_LOG_LEVEL: 5 -e TARANTOOL_LOG_LEVEL
https://github.com/tarantool/tarantool/issues/3569 is closed in 1.10 and 2.1 and new libcurl does not lead to any problem (afaik). See also 0448f8017f5f24ea9cb69dc726904f9b50487017. It seems we can just use a version of libcurl...
Like it is done in https://github.com/progaudi/tarantool-docker