You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Running

Docker containers are an emerging technology that allows users to run ultra lightweight virtual machines on their computer.

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.

  • No labels