mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
docs(README): add docker pulls badge
This commit is contained in:
parent
abc929824c
commit
8e8b0578b2
2 changed files with 2 additions and 1 deletions
|
@ -408,7 +408,7 @@ module.exports = function (grunt) {
|
|||
command: [
|
||||
'docker stop portainer',
|
||||
'docker rm portainer',
|
||||
'docker run --privileged -d -p 9000:9000 -v /tmp/portainer:/data -v /var/run/docker.sock:/var/run/docker.sock --name portainer portainer --no-analytics'
|
||||
'docker run --privileged -d -p 9000:9000 -v /tmp/portainer:/data -v /var/run/docker.sock:/var/run/docker.sock --name portainer portainer --no-analytics --templates http://192.168.1.47:8080/templates.json'
|
||||
].join(';')
|
||||
},
|
||||
runSwarm: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue