From ad414a6b7a51b6bba844bb5825aab7f5e30d8489 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Thu, 8 Apr 2021 11:51:15 +0200 Subject: [PATCH] Add description for automatic check for updates --- docker-for-mac/index.md | 2 ++ docker-for-windows/index.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docker-for-mac/index.md b/docker-for-mac/index.md index 3271a7af30..5afdda0307 100644 --- a/docker-for-mac/index.md +++ b/docker-for-mac/index.md @@ -41,6 +41,8 @@ menu bar and configure the runtime options described below. On the **General** tab, you can configure when to start and update Docker: +- **Automatically check for updates**: By default, Docker Desktop is configured to check for newer versions automatically. If you have installed Docker Desktop as part of an organization, you may not be able to update Docker Desktop yourself. In that case, [upgrade your existing organization to a Team plan](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade) and clear this checkbox to disable the automatic check for updates. + - **Start Docker Desktop when you log in**: Automatically starts Docker Desktop when you open your session. - **Include VM in Time Machine backups**: Select this option to back up the Docker Desktop virtual machine. This option is disabled by default. diff --git a/docker-for-windows/index.md b/docker-for-windows/index.md index fda970a0ad..3460772c33 100644 --- a/docker-for-windows/index.md +++ b/docker-for-windows/index.md @@ -41,6 +41,8 @@ On the **General** tab of the Settings dialog, you can configure when to start a ![Settings](images/settings-general.png){:width="750px"} +- **Automatically check for updates**: By default, Docker Desktop is configured to check for newer versions automatically. If you have installed Docker Desktop as part of an organization, you may not be able to update Docker Desktop yourself. In that case, [upgrade your existing organization to a Team plan](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade) and clear this checkbox to disable the automatic check for updates. + - **Start Docker when you log in**: Select this option to automatically start Docker Desktop when you log into your Windows machine. - **Expose daemon on tcp://localhost:2375 without TLS**: Click this option to enable legacy clients to connect to the Docker daemon. You must use this option with caution as exposing the daemon without TLS can result in remote code execution attacks.