mirror of https://github.com/docker/docs.git
Update screenshots, add new Go file
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
d0b81b6566
commit
9a5e517c42
Binary file not shown.
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 22 KiB |
|
@ -37,15 +37,13 @@ menu bar and configure the runtime options described below.
|
|||
|
||||
{:width="750px"}
|
||||
|
||||
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.
|
||||
On the **General** tab, you can configure when to start Docker and specify other settings:
|
||||
|
||||
- **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.
|
||||
|
||||
- **Use gRPC FUSE for file sharing**: Clear this checkbox to use the legacy osxfs file sharing instead.
|
||||
- **Use gRPC FUSE for file sharing**: Clear this check box to use the legacy osxfs file sharing instead.
|
||||
|
||||
- **Send usage statistics**: Docker Desktop sends diagnostics, crash reports, and usage data. This information helps Docker improve and troubleshoot the application. Clear the check box to opt out.
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 42 KiB |
Binary file not shown.
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 163 KiB |
|
@ -38,11 +38,9 @@ This section explains the configuration options accessible from the **Settings**
|
|||
|
||||
### General
|
||||
|
||||
On the **General** tab of the Settings dialog, you can configure when to start and update Docker.
|
||||
On the **General** tab, you can configure when to start Docker and specify other settings.
|
||||
|
||||
{: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.
|
||||
{:width="750px"}
|
||||
|
||||
- **Start Docker when you log in**: Select this option to automatically start Docker Desktop when you log into your Windows machine.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Pause and Resume Docker Desktop
|
||||
description: Instructions on how to pause and resume Docker Desktop
|
||||
keywords: pause, resume, docker desktop, mac, windows
|
||||
keywords: pause, resume, docker desktop, mac
|
||||
redirect_to: /desktop/mac/#pauseresume
|
||||
---
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Pause and Resume Docker Desktop
|
||||
description: Instructions on how to pause and resume Docker Desktop
|
||||
keywords: pause, resume, docker desktop, windows
|
||||
redirect_to: /desktop/windows/#pauseresume
|
||||
---
|
Loading…
Reference in New Issue