如何使用 docker-compose 监控 storj 存储节点卫星退出状态

首先尝试

storj_exit_status.sh
docker-compose exec storagenode /app/storagenode exit-status --identity.cert-path /app/identity/identity.cert --identity.key-path /app/identity/identity.key

或对于较旧的 storj 版本使用

storj_exit_status_legacy.sh
docker-compose exec storagenode /app/storagenode exit-status --identity-dir /app/identity

Check out similar posts by category: Networking