Documentación offline Docker main
por @raupulus

Troubleshoot Docker Offload

main Documentación oficial Licencia Apache-2.0Descargado el 2026-09-15 Bundle .md (6.1 MB) ↓

{{< summary-bar feature_name="Docker Offload" >}}

Docker Offload requires:

  • Authentication
  • An active internet connection
  • No restrictive proxy or firewall blocking traffic to Docker Cloud
  • Access to Docker Offload
  • Docker Desktop 4.68 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.

  1. Ensure Docker Offload is enabled in Docker Desktop:

  2. Open Docker Desktop and sign in.

  3. Go to Settings > Docker Offload.
  4. Ensure that Enable Docker Offload is toggled on.

  5. Use the following command to check if the connection is active:

console $ docker offload status

  1. To get more information, run the following command:

console $ docker offload diagnose

  1. If you're not connected, start a new session:

console $ docker offload start

  1. Verify authentication with docker login.

  2. If needed, you can sign out and then sign in again:

console $ docker logout $ docker login

  1. Verify your usage. For more information, see Docker Offload usage.