Sign inSign up

tarantool/crud-app

By tarantool

•Updated over 4 years ago

Ready-to-use CRUD based Tarantool Cartridge application

Image
1

497

tarantool/crud-app repository overview

⁠What is it?

Container with ready-to-use CRUD based Tarantool Cartridge application with:

Source code here⁠.

⁠Quickstart

docker run -d \
    --name tarantool-crud-1 \
    -e TARANTOOL_INSTANCE_NAME=crud-1 \
    -e TARANTOOL_ADVERTISE_URI=3301 \
    -e TARANTOOL_HTTP_PORT=8081 \
    -p 8081:8081 \
    tarantool/crud-app:0.1.0

Сartridge webUI is available at localhost:8081

Tag summary

Content type

Image

Digest

Size

103.6 MB

Last updated

over 4 years ago

docker pull tarantool/crud-app:0.2.0