docker service ls
ID NAME MODE REPLICAS IMAGE PORTS
9likcke5hbi5 grafana_grafana_srv_dev global 0/1 grafana/grafana:6.6.3 *:4000->4000/tcp
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1dc7524f4e78 grafana/grafana:6.6.3 "/run.sh" About a minute ago Up About a minute (health: starting) 3000/tcp grafana_grafana_srv_dev.948uoea73xt7jfreibf2qdmmg.5qsr7i4gsoond68cx3vtd5yjh
logs
Hi, I am trying to upgrade my current Grafana on the docker swarm set up from 6.2 to 6.6.3. But unable to do so due to frequent container restarts. But the interesting part when I am running the same docker-compose.yml using docker-compose up -d. It is working fine.
Please provide help here...
I do not think it is a grafana issue so I am posting it here.
container status
docker service ls ID NAME MODE REPLICAS IMAGE PORTS 9likcke5hbi5 grafana_grafana_srv_dev global 0/1 grafana/grafana:6.6.3 *:4000->4000/tcp docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 1dc7524f4e78 grafana/grafana:6.6.3 "/run.sh" About a minute ago Up About a minute (health: starting) 3000/tcp grafana_grafana_srv_dev.948uoea73xt7jfreibf2qdmmg.5qsr7i4gsoond68cx3vtd5yjh logs
Hi, I am trying to upgrade my current Grafana on the docker swarm set up from 6.2 to 6.6.3. But unable to do so due to frequent container restarts. But the interesting part when I am running the same docker-compose.yml using docker-compose up -d. It is working fine.
Please provide help here... I do not think it is a grafana issue so I am posting it here.