Offload: update offload idle behaviour description#24829
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
My edits to documentation: Session management and idle stateDocker Offload uses session management and idle state policies to ensure fair use of cloud resources across all users. Each user can run one Docker Offload session at a time. When Docker Desktop is in an Offload idle state, it waits for activity on the Docker API and only connects to a cloud environment when needed. Once connected, the session moves to an Offload running state and stays connected as long as Docker detects activity. Activity includes any Docker API call, a running container, or an active build. When you'll see a promptWhile Docker Offload is running, Docker Desktop shows prompts in the Dashboard to check if you're still active. Prompts appear in two cases:
When a prompt appears, you can:
What happens when your session goes idleAfter your session returns to an idle state, there is a 5-minute grace period. You can resume the session during this time by running any Docker command.
Long session promptsLong session prompts appear every 3 hours during a session. After 8 hours of cumulative usage in a day, prompts appear every hour. The 8-hour counter resets at the start of each day. |
craig-osterhout
left a comment
There was a problem hiding this comment.
One small nit, otherwise lgtm
Co-authored-by: Craig Osterhout <craig.osterhout@docker.com>
Description
Updates the description of Offload session management and idle behaviour
Related issues or tickets
DCL-1716
Reviews