ytyou/tt-build

By ytyou

Updated almost 2 years ago

These docker images are used to package TickTockDB.

Image

6

To run,

$ docker run -it --name tt-build -h tt-build -p 6180-6183:6180-6183 ytyou/tt-build:glibc2.28-x86_64

Once inside the container, run

$ cd /home/ticktock
$ git pull
$ make clean package

Docker Pull Command

docker pull ytyou/tt-build