ytyou/tt-build
These docker images are used to package TickTockDB.
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 ytyou/tt-build