...
- intall mongodb service for testing:docker run -itd --restart=always --name dl-mongo -p 27017:27017 mongo
- build presto image and push the images to a exsting repository:
the package of presto version using is v0.0.2:presto-v0.0.2.tar.gz
docker build -t presto:v0.0.2 .
docker tag presto:v0.0.2 registry.baidubce.com/onap/presto:v0.0.2
docker push registry.baidubce.com/onap/presto:v0.0.2
...