chore(grunt): run-swarm task expect a Swarm cluster at 10.0.7.10:4000

pull/16/head
Anthony Lapenna 2016-06-21 18:34:32 +12:00
parent 9ca2aa9bbd
commit 9468839bf9
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ module.exports = function (grunt) {
command: [
'docker stop ui-for-docker',
'docker rm ui-for-docker',
'docker run --privileged -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock --name ui-for-docker ui-for-docker -swarm'
'docker run --privileged -d -p 9000:9000 --name ui-for-docker ui-for-docker -e http://10.0.7.10:4000 -swarm'
].join(';')
},
cleanImages: {