Versions Compared

Key

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

...

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

 


docker pull buggtb/oodt
docker run -d -p 8080:8080 -name my_first_oodt -i -t oodt

...


The -p command forwards 8080 to localhost so you can login to opsui by visiting http://localhost:8080/opsui

If you want access to the other services on the system you will also have to forward those ports locally. 


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.