docker
docker copied to clipboard
Docker images for tarantool database
``` $ docker run --rm -it tarantool/tarantool:1.10.6 tarantoolctl rocks install luacheck Warning: Failed searching manifest: Failed fetching manifest for http://rocks.tarantool.org/ - Failed downloading http://rocks.tarantool.org/manifest - /root/.cache/luarocks/http___rocks.tarantool.org_/manifest Warning: Failed searching manifest:...
There is the [proposal](https://github.com/tarantool/docker/pull/186) about the new release policy. In short: `x.y.z` docker tags become frozen. The old process was quite simple: rebuild everything and push to Docker Hub. Now...
Tarantool is not working when `work_dir` is in mounted volume: ``` tarantool> box.schema.create_space('test') 2020-10-06 10:14:08.713 [7] wal/101/main xlog.c:1032 !> SystemError ./00000000000000000000.xlog: can't allocate disk space: Invalid argument 2020-10-06 10:14:08.714 [7]...
We should at least do `require('foo')` for each module we ship. Inspired by #189.
See https://github.com/tarantool/tarantool/issues/5602. The question was raised in https://github.com/tarantool/docker/pull/211.
Host: Ubuntu 20.04 ``` $ OS=alpine DIST=3.9 VER=1.x TAG=1 PORT=5200 make -f .gitlab.mk build + : '---------- luarocks ----------' + : ldoc + tarantoolctl rocks install ldoc Warning: Failed searching...
I am trying to create user with a name from env variable TARANTOOL_USER_NAME (see [topic](https://hub.docker.com/r/tarantool/tarantool) **Start a secure Tarantool instance** at DockerHub). But on version 2.8.3 this can not be...