-
Notifications
You must be signed in to change notification settings - Fork 12
Docker
Carlos Roman edited this page Nov 29, 2016
·
1 revision
Is a great tool for manage multiple containers at once...
$ docker-compose up -d
Go to the uchuva source code folder and build the image
$ cd prototipo
$ docker-compose build -t carlochess/uchuva
Remember to create firts the Mongo image
$ docker run --name some-mongo -d mongo
$ docker run -d -p 8082:3000 -v /app \
-e SHARE=/app -e CONDOR_URL=http://htcondor:8080/ \
-e CONDOR_JOB_OWNER=uchuva \
-e BMANAGER=3 --link some-mongo:mongo \
carlochess/uchuva
The uchuva app mask is 0000.
- The configuration file
- Configure HTCondor
- Configure OpenLava, Torque, SLURM
- Add more programs
- How to monitor Uchuva
- Configure HTCondor with Docker
- Adding TTY.js