-
Notifications
You must be signed in to change notification settings - Fork 5
Use Docker
Richard Louapre edited this page Mar 5, 2015
·
2 revisions
Prequisite: virtualbox, ssh-keygen, docker-machine
-
docker-machine create -d virtualbox --virtualbox-memory 2048 ml7 -
docker-machine start ml7 -
docker-machine ssh ml7 -- docker run -i -p 8000:8000 -p 8001:8001 -p 8002:8002 -p 9305:9305 -p 9306:9306 rlouapre/centos6-ml:7.0-4.3 -
docker-machine ip ml7 -
initialize ML instance Login to http://{ml-host}:{ml-port}:8001
Create a new docker environment in Roxy docker.properties
docker-server=192.168.99.104
xquery.dir=${basedir}/../src
user=admin
password=admin
app-port=9305
xcc-port=9306
ml docker bootstrapml docker deploy modulesgulp --ml.user=admin --ml.password=admin --ml.host= -ml.port=9305