====== Build your own OAR cluster with docker ====== OAR-docker is a tool to setup a cluster of docker containers emulating a OAR cluster, with a frontend, a server, and possibly many nodes. OAR-docker is the perfect tool for testing OAR developments. It also allows prototyping the use of other tools on top of OAR. A deployment of a sandbox OAR cluster only takes a few seconds on a simple laptop. Node count is 3 by default, but larger clusters up hundreds of nodes can be created. A cluster of N nodes run on a machine with C core will count a total of N*C cores. ==== Intallation and usage ==== * oar-docker is a python package available from the public repository, see: https://pypi.org/project/oar-docker. * oar-docker source repository is hosted on github: https://github.com/oar-team/oar-docker. See the **README** file either on [[https://pypi.org/project/oar-docker|pypi]] or on [[https://github.com/oar-team/oar-docker|github]] to get information to install and use oar-docker. ==== Examples ==== * [[oardocker setup for Grid'5000]]