You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/admin/company/organizations.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ You can manage the organizations in a company in the Docker Admin Console.
11
11
## View all organizations
12
12
13
13
1. Sign in to the [Admin Console](https://admin.docker.com).
14
-
2.In the left navigation, select your company in the drop-down menu.
14
+
2.Select your company on the **Choose profile** page.
15
15
3. Under **Organizations**, select **Overview**.
16
16
17
17
## Add seats to an organization
18
18
19
19
When you have a [self-serve](../../subscription/details.md#self-serve) subscription that has no pending subscription changes, you can add seats using the following steps.
20
20
21
21
1. Sign in to the [Admin Console](https://admin.docker.com).
22
-
2.In the left navigation, select your company in the drop-down menu.
22
+
2.Select your company on the **Choose profile** page.
23
23
3. Under **Organizations**, select **Overview**.
24
24
4. Select the action icon in the organization's card, and then select **Get more seats**.
25
25
@@ -36,15 +36,15 @@ There is no limit to the number of organizations you can have under a company la
36
36
> Once you add an organization to a company, you can't remove it from the company.
37
37
38
38
1. Sign in to the [Admin Console](https://admin.docker.com).
39
-
2.In the left navigation, select your company in the drop-down menu.
39
+
2.Select your company on the **Choose profile** page.
40
40
3. Select **Add organization**.
41
41
4. Choose the organization you want to add from the drop-down menu.
42
42
5. Select **Add organization** to confirm.
43
43
44
44
## Manage an organization
45
45
46
46
1. Sign in to the [Admin Console](https://admin.docker.com).
47
-
2.In the left navigation, select your company in the drop-down menu.
47
+
2.Select your company on the **Choose profile** page.
48
48
3. Select the organization that you want to manage.
49
49
50
50
For more details about managing an organization, see [Organization administration](../organization/_index.md).
Copy file name to clipboardExpand all lines: content/manuals/desktop/features/wsl/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ Docker Desktop does not require any particular Linux distributions to be install
90
90
```console
91
91
$ wsl --set-default <distribution name>
92
92
```
93
+
If **WSL integrations** isn't available under **Resources**, Docker may be in Windows container mode. In your taskbar, select the Docker menu and then **Switch to Linux containers**.
- The default disk usage limit for Docker Engine in new installations is now 1TB.
50
+
- Fixed an issue where containers could not establish loopback `AF_VSOCK` connections.
51
+
- Fixed a bug where resetting default settings would also reset the CLI context.
52
+
- Fixed a bug where the Docker Desktop Dashboard would get out of sync with the Docker daemon after restarting the engine while in Resource Saver mode (Windows with WSL2 backend only) or after switching engines (macOS).
53
+
- Fixed a bug where Resource Saver mode would fail to re-engage after restarting the engine while in Resource Saver mode.
54
+
55
+
#### For Mac
56
+
57
+
- Fixed a bug that would create certain user directories with root permission when running the uninstaller binary twice with `sudo`.
58
+
- Fixed a bug where the in-app update would fail if Docker Desktop was installed by a non-admin user or if the current user was previously an administrator. Fixes [docker/for-mac#7403](https://github.com/docker/for-mac/issues/7403) and [docker/for-mac#6920](https://github.com/docker/for-mac/issues/6920).
59
+
60
+
#### For Windows
61
+
62
+
- Added support for Windows on ARM using WSL 2 version 2.3.24 and later to single distribution mode on WSL 2.
63
+
- Fixed an issue where Docker Desktop would fail to start. Fixes [docker/for-win#14453](https://github.com/docker/for-win/issues/14453)
64
+
65
+
### Known issues
66
+
67
+
- Kubernetes cluster may not start if **Registry Access Manager** is enabled. As a workaround, add `registry.k8s.io` and `<geo>-docker.pkg.dev` to **Registry Access Management** policies.
Copy file name to clipboardExpand all lines: content/manuals/desktop/use-desktop/_index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The **Volumes** view displays a list of volumes and allows you to easily create
20
20
21
21
The **Builds** view lets you inspect your build history and manage builders. By default, it displays a list of all your ongoing and completed builds. [Explore builds](builds.md).
22
22
23
-
In addition, the Docker Desktop Dashboard let you:
23
+
In addition, the Docker Desktop Dashboard lets you:
24
24
25
25
- Navigate to the **Settings** menu to configure your Docker Desktop settings. Select the **Settings** icon in the Dashboard header.
26
26
- Access the **Troubleshoot** menu to debug and perform restart operations. Select the **Troubleshoot** icon in the Dashboard header.
@@ -30,6 +30,8 @@ In addition, the Docker Desktop Dashboard let you:
30
30
For a more detailed guide about getting started, see [Get started](/get-started/introduction/_index.md).
31
31
- Get to the [Docker Scout](../../scout/_index.md) dashboard.
32
32
- Check the status of Docker services.
33
+
- Access [Docker Hub](/manuals/docker-hub/_index.md) to search, browse, pull, run, or view details
0 commit comments