Versions Compared

Key

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

...

Code Block
languagebash
titleBuild and deploy container
sudo docker build -t="opencds/cdatovmr" .
sudo docker run -p 8080:8080 -p 2222:22 -p 4848:4848 -p 8181:8181 -p 9009:9009 --name cdatovmr -i -t opencds/cdatovmr

Check

...

applications

By default the image includes the following four applications:

...

It is important to note that you can remove any of these applications by commenting or removing the appropriate lines on the Dockerfile. 

...

References

https://sharps-ds2.atlassian.net/wiki/display/DS2/Projects

...