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

refactor(dockerui): replace -s flag with -swarm

This commit is contained in:
Anthony Lapenna 2016-06-21 12:27:32 +12:00
parent 54c82a3a5c
commit 9ca2aa9bbd
3 changed files with 6 additions and 5 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 -s'
'docker run --privileged -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock --name ui-for-docker ui-for-docker -swarm'
].join(';')
},
cleanImages: {