This repository contains the Dockerfile and others configurations file of the ManaTI Project.
The docker cloud image is maintained by me.
docker build -t honeyjack/manati:latest .
docker pull honeyjack/manati:latest
docker run --name manati -p 8888:8888 -dti honeyjack/manati:latest bash
docker stop manati
docker start manati