You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
The reason why I can manually start the docker-cache service in this #5445 (comment) is that I have been upgrading from v1.3.0 to v1.6.0, so I already have images related to openpai v1.6.0 on my node.
However, for users with a fresh installation, running the command /bin/bash quick-start-service.sh will fail.
All nodes do not have images of the corresponding version of openpai;
All nodes have modified /etc/docker/daemon.json to point the image pull address to the master node;
The docker-cache service of the master node is not started.
It can be found that these three conditions are in conflict.
Possible solutions:
Pull the docker-cache image to the master node before restarting docker. When running /bin/bash quick-start-service.sh, first start the docker-cache service.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
maybe duel to docker-cache service do not start after
/bin/bash quick-start-service.sh
Originally posted by @siaimes in #5445 (comment)
The text was updated successfully, but these errors were encountered: