content/manuals/offload/about.md
Docker Offload is a fully managed service for building and running containers in the cloud using the Docker tools you already know, including Docker Desktop, the Docker CLI, and Docker Compose. It extends your local development workflow into a scalable, cloud-powered environment, enabling developers to work efficiently even in virtual desktop infrastructure (VDI) environments or systems that don't support nested virtualization.
Docker Offload includes the following capabilities to support modern container workflows:
Docker Offload is designed to support modern development teams working across local and cloud environments. It helps you:
Docker Offload is ideal for high-velocity development workflows that need the flexibility of the cloud without sacrificing the simplicity of local tools.
Docker Offload replaces the need to build or run containers locally by connecting Docker Desktop to secure, dedicated cloud resources.
When you use Docker Offload to build or run containers, a Docker Desktop creates a secure SSH tunnel to a Docker daemon running in the cloud. Your containers are started and managed entirely in that remote environment.
Here's what happens:
This setup avoids the overhead of running containers locally and enables fast, reliable containers even on low-powered machines, including machines that do not support nested virtualization. This makes Docker Offload ideal for developers using environments such as virtual desktops, cloud-hosted development machines, or older hardware.
Despite running remotely, features like bind mounts and port forwarding continue to work seamlessly, providing a local-like experience from within Docker Desktop and the CLI.
Docker Offload automatically transitions between active and idle states based on usage. You're only charged when actively building or running containers. When idle for more than 5 minutes, the session ends and resources are cleaned up. For details about how this works and how to configure idle timeout, see Active and idle states.
Get hands-on with Docker Offload by following the Docker Offload quickstart.