prepare for 17.06 dev env

This commit is contained in:
Marco Ochse
2017-03-13 00:38:43 +00:00
parent 4a67a47a04
commit a98e6bfc53
13 changed files with 13 additions and 13 deletions

View File

@ -7,7 +7,7 @@ After=docker.service
Restart=always
ExecStartPre=-/usr/bin/docker stop ui-for-docker
ExecStartPre=-/usr/bin/docker rm -v ui-for-docker
ExecStart=/usr/bin/docker run --name ui-for-docker --rm=true -v /var/run/docker.sock:/var/run/docker.sock -p 127.0.0.1:64299:9000 dtagdevsec/ui-for-docker:latest1610
ExecStart=/usr/bin/docker run --name ui-for-docker --rm=true -v /var/run/docker.sock:/var/run/docker.sock -p 127.0.0.1:64299:9000 dtagdevsec/ui-for-docker:1706
ExecStop=/usr/bin/docker stop ui-for-docker
[Install]