Skip to content
Carlos Roman edited this page Nov 29, 2016 · 1 revision

Docker

Docker compose

Is a great tool for manage multiple containers at once...

$ docker-compose up -d

Creating Uchuva Image

Go to the uchuva source code folder and build the image

$ cd prototipo
$ docker-compose build -t carlochess/uchuva

Running Uchuva image alone

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

Disclaimer

The uchuva app mask is 0000.