1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

fix(flags): fix grunt run-swarm command and update long flag format (#26)

This commit is contained in:
Anthony Lapenna 2016-06-29 21:08:36 +12:00 committed by GitHub
parent 66ae15b4fb
commit 965a099495
2 changed files with 9 additions and 9 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 /tmp/docker-ui:/data --name ui-for-docker ui-for-docker -e http://10.0.7.10:4000 -swarm -d /data'
'docker run --privileged -d -p 9000:9000 -v /tmp/docker-ui:/data --name ui-for-docker ui-for-docker -e http://10.0.7.10:4000 --swarm -d /data'
].join(';')
},
cleanImages: {