Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. intall mongodb service for testing:docker run -itd --restart=always --name dl-mongo -p 27017:27017 mongo            
  2. 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

...