This is build&run unofficial Docker image for Tarantool (official repository: https://github.com/tarantool/tarantool) based on alpine linux.
To test a latest version of Tarantool with a size of container ~15Mb. Allows to easy run the server and start working.
Get latest image and run:
docker run -p 3301:3301 --name tarantool-1 zerozez/tarantool-docker:latest
Now you can use it from inside your apps (using connectors) or just run tarantool client:
docker exec -it tarantool-1 tarantool
Server port to listen (defalut: 3301)
User with full access (default: root)
Password for user (defalut: password)
Currently you can't connect without password with login names different from existing (guest, admin).
Tarantool is a Lua application server integrated with a database management system
MIT