mirror of https://github.com/docker/docs.git
1.4 KiB
1.4 KiB
| title | linktitle | weight | description | keywords | tags | |
|---|---|---|---|---|---|---|
| Troubleshoot Docker Offload | Troubleshoot | 800 | Learn how to troubleshoot issues with Docker Offload. | cloud, troubleshooting, cloud mode, Docker Desktop, cloud builder, usage |
|
Docker Offload requires:
- Authentication
- An active internet connection
- No restrictive proxy or firewall blocking traffic to Docker Cloud
- Beta access to Docker Offload
- Docker Desktop 4.43 or later
Docker Desktop uses Offload to run both builds and containers in the cloud. If builds or containers are failing to run, falling back to local, or reporting session errors, use the following steps to help resolve the issue.
-
Ensure Docker Offload is enabled in Docker Desktop:
- Open Docker Desktop and sign in.
- Go to Settings > Beta features.
- Ensure that Docker Offload is checked.
-
Use the following command to check if the connection is active:
$ docker offload status -
To get more information, run the following command:
$ docker offload diagnose -
If you're not connected, start a new session:
$ docker offload start -
Verify authentication with
docker login. -
If needed, you can sign out and then sign in again:
$ docker logout $ docker login -
Verify your usage and billing. For more information, see Docker Offload usage.