Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update page with external resources

...

If you have Docker installed you can use the latest OODT Radix RADiX release using docker by running:

...

docker pull buggtb/oodt
docker run -d -p 8080:8080 -p 9000:9000 -p 9001:9001 -p 9002:9002 -p 2001:2001 -p 80809200:80809200  --name my_first_oodt -i -t oodt


The -p command forwards 8080 ports to localhost so you . So you can use all the components with a single command. User can login to opsui OPS UI by visiting http://localhost:8080/opsui

If you want to access to the other services individually on the system, you will also have to forward those ports locallyrelevant ports appropriately or directly use above command.to

If you want to build a customized OODT Docker container, please refer this medium article.

Future

Docker offers very powerful networking and distribution capabilities so in the future we will be building out this service to allow a highly scalable yet quick to deploy OODT setup.