This is an old revision of the document!
OAR-docker is a set of docker images especially configured for deploying your own OAR cluster. The main idea is to have a mini development cluster with a frontend, a server and some nodes that launch in just a few seconds on a simple laptop.
Various case scenarios may affect you:
OAR-docker's repository is hosted on github: https://github.com/oar-team/oar-docker. It's currently an alpha-release, but feel free to clone it and give it a try !
$ git clone https://github.com/oar-team/oar-docker.git
Please send us any feedback to oar-devel@lists.gforge.inria.fr or via github. OAR-docker is in active development.
— Salem Harrache 2014/05/22 10:05
On Debian, docker executable ships as `docker.io'.
One can run the scripts with the DOCKER variable set, e.g. DOCKER=docker.io ./build.sh
— Pierre Neyron 2014/04/23 23:04
docker-oarcluster now takes a OAR tarball as parameter. You can use either the URL to the last tarball, e.g.:
docker-oarcluster$ ./build.sh http://oar-ftp.imag.fr/oar/2.5/sources/stable/oar-2.5.3.tar.gz ...
Or a freshly generated tarball, from your GIT clone of OAR's repository, e.g. (assuming you have both clone of OAR and docker-oarcluster stored in a same directory):
oar$ make tarball ./misc/make_tarball Using the Git repository '/home/neyron/scm/OAR/oar' Using the Git tree-ish '2.5' ../tarballs/oar-2.5.3+149.g529ff05.tar.gz oar$ cd ../docker-oarcluster docker-oarcluster$ ./build.sh ../tarballs/oar-2.5.3+149.g529ff05.tar.gz ...
— Pierre Neyron 2014/07/22 20:57
We renamed the project: docker-oarcluster became oar-docker. Sorry for the inconvenience.
— Pierre Neyron 2014/09/03 12:00