@@ -34,6 +34,17 @@ You are unable to push images to Scaleway's Container Registry.
3434- Confirm that your account has the necessary permissions to push images.
3535- Verify that your Docker client is [ correctly configured] ( /container-registry/how-to/connect-docker-cli/ ) for Scaleway's Container Registry.
3636
37+ ### Review error messages and logs
38+ - Run the push command with verbose output for more details:
39+ ``` sh
40+ docker push --debug < your-image>
41+ ```
42+ - Check the Docker client logs for warnings or errors:
43+ ``` sh
44+ docker logs < container_id>
45+ ```
46+ - Verify Scaleway’s Container Registry [ status] ( https://status.scaleway.com/ ) for any ongoing incidents.
47+
3748### Check Docker configuration and version
3849- Ensure your Docker client is up-to-date by running:
3950 ``` sh
@@ -51,17 +62,6 @@ You are unable to push images to Scaleway's Container Registry.
5162- Ensure you have not exceeded your Scaleway Container Registry storage limits.
5263- Refer to Scaleway’s documentation for [ quota information] ( /organizations-and-projects/additional-content/organization-quotas/#container-registry ) .
5364
54- ### Review error messages and logs
55- - Run the push command with verbose output for more details:
56- ``` sh
57- docker push --debug < your-image>
58- ```
59- - Check the Docker client logs for warnings or errors:
60- ``` sh
61- docker logs < container_id>
62- ```
63- - Verify Scaleway’s Container Registry [ status] ( https://status.scaleway.com/ ) for any ongoing incidents.
64-
6565## Additional troubleshooting steps
6666- Try pushing a small test image to verify general functionality:
6767 ``` sh
0 commit comments