ytyou/tt-dev

By ytyou

Updated almost 2 years ago

The container contains the development environment for TickTockDB.

Image

127

To run it,

$ docker run -td --name tt-dev -h tt-dev -p 6180-6183:6180-6183 -p 3000:3000 ytyou/tt-dev:latest

To log on to the container,

$ docker exec -it tt-dev /bin/bash

Docker Pull Command

docker pull ytyou/tt-dev