Docker Troubleshooting

Troubleshoot Docker based deployment

For developers testing, chaos, ddos, cypress, and community facing networks are based on docker, and if any provider fails then use the troubleshooting steps listed below.

  1. Sharder

  • For checking the issue with sharder use following command - docker logs sharder1

  • Check by Loki - Select required datasource and select job label as shown below.

  • For Quick logs or fix use Portainer.

  1. Miner

  • For checking the issue with miner use following command - docker logs miner1

  • Check by Loki - Select required datasource and select job label as shown below.

  • For Quick logs or fix use Portainer.

  1. Blobber

  • For checking the issue with blobber use following command - docker logs blobber1

  • Check by Loki - Select required datasource and select job label as shown below.

  • For Quick logs or fix use Portainer.

  1. 0Box

  • For checking the issue with 0box use following command - docker logs 0box

  • Check by Loki - Select required datasource and select job label as shown below.

  • For Quick logs or fix use Portainer.

  1. Authorizer -

  • For checking the issue with authorizer following command - docker logs authorizer1_authorizer_1

  • Check by Loki - Select required datasource and select job label as shown below.

  • For Quick logs or fix use Portainer.

Portainer Doc - Click here

Grafana Doc - Click here

Last updated