Files
docker-docs/content/manuals/offload/troubleshoot.md
Craig Osterhout 9998976e24 offload: add feedback (#23074)
<!--Delete sections as needed -->

## Description

Add feedback section to Offload docs to guide users to the feedback
channels.

## Related issues or tickets

ENGDOCS-2834

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-07-11 08:38:39 -07:00

1.4 KiB

title, linktitle, weight, description, keywords, tags
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
Troubleshooting

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.

  1. Ensure Docker Offload is enabled in Docker Desktop:

    1. Open Docker Desktop and sign in.
    2. Go to Settings > Beta features.
    3. Ensure that Docker Offload is checked.
  2. Use the following command to check if the connection is active:

    $ docker offload status
    
  3. To get more information, run the following command:

    $ docker offload diagnose
    
  4. If you're not connected, start a new session:

    $ docker offload start
    
  5. Verify authentication with docker login.

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

    $ docker logout
    $ docker login
    
  7. Verify your usage and billing. For more information, see Docker Offload usage.