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
Docker subscription plans include a specific amount of allocated
26
+
[Docker subscription plans](/manuals/subscription/details.md) include a specific amount of allocated
27
27
private repository storage:
28
28
29
29
- Personal plan: Includes up to 2GB of storage.
30
30
- Pro plan: Includes up to 5GB of storage.
31
31
- Team plan: Includes up to 50GB of storage.
32
32
- Business plan: Includes up to 500GB of storage.
33
33
34
-
Docker Hub determines additional charges based on your average monthly usage of private repository storage.
34
+
Docker Hub determines additional charges based on your average monthly usage of private repository storage. If a repository is private at any point within an hour, it is counted as private for the full hour.
35
35
36
36
If you go over your allocated private repository storage, you will incur overage
37
-
costs. To calculate overage costs the included storage for your plan is subtracted from your average monthly
37
+
costs. To calculate overage costs, the included storage for your plan is subtracted from your average monthly
38
38
usage.
39
39
40
40
## Docker Hub consumption pricing
@@ -56,7 +56,7 @@ at the end of your billing cycle.
56
56
57
57
### Storage carryover
58
58
59
-
If you pre-pay for storage, your purchased storage is valid for the entire subscription period. You can use it any time during that period, and any unused portion will roll over to the next month until the subscription period ends.
59
+
If you pre-pay for storage, your purchased storage is valid for your entire subscription period. You can use it any time during that period, and any unused portion will roll over to the next month until the subscription period ends.
60
60
61
61
In the following example, a customer with an annual Business plan pre-pays for 500GB of storage for the year. Their plan includes a base allocation of 500GB of storage per month.
62
62
- In January, they use 510 GB-month, exceed their base allocation, and use 10GB from their pre-paid storage. Their remaining pre-paid
Copy file name to clipboardExpand all lines: content/manuals/desktop/release-notes.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,11 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
92
92
- Fixed a bug where resetting default settings would also reset the CLI context.
93
93
- 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).
94
94
- Fixed a bug where Resource Saver mode would fail to re-engage after restarting the engine while in Resource Saver mode.
95
+
- Build UI:
96
+
- Fixed a bug where the source file could not be found for some builds.
97
+
- Fixed a bug where error logs were not displayed in the **Source** tab.
98
+
- Fixed a bug where users had to scroll to the bottom for error logs in **Source** tab.
99
+
- Fixed a bug where timestamps would be broken in the **Logs** tab.
95
100
96
101
#### For Mac
97
102
@@ -178,6 +183,13 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
178
183
- Fixed a bug that restricted containers using `--network=host` to 18 open host ports.
179
184
- Fixed bind mount ownership for non-root containers. Fixes [docker/for-mac#6243](https://github.com/docker/for-mac/issues/6243).
180
185
- Docker Desktop will not unpause automatically after a manual pause. The system will stay paused until you manually resume the Docker engine. This fixes a bug where other software would accidentally trigger a resume by running a CLI command in the background. Fixes [for-mac/#6908](https://github.com/docker/for-mac/issues/6908)
186
+
- Build UI:
187
+
- The **Source** tab now supports multiple source files.
188
+
- Links for image dependencies in the **Info** tab now support other well-known registries such as GitHub, Google, and GitLab.
189
+
- Disabled the **Delete** button if only cloud builds are selected.
190
+
- Fixed an issue where users were unable to delete builds.
191
+
- Fixed malformed Jaeger traces that were missing events and links.
192
+
- Fixed missing export attributes when building with the cloud driver.
- Fix an issue that could persistently prevent daemon startup after failure to initialize the default bridge. [moby/moby#49307](https://github.com/moby/moby/pull/49307)
43
+
- Add a `DOCKER_IGNORE_BR_NETFILTER_ERROR` environment variable. Setting it to `1` allows running on hosts that cannot load `br_netfilter`. Some things won't work, including disabling inter-container communication in a bridge network. With the userland proxy disabled, it won't be possible to access one container's published ports from another container on the same network. [moby/moby#49306](https://github.com/moby/moby/pull/49306)
44
+
45
+
### Packaging updates
46
+
47
+
- Update Go runtime to 1.22.11 (fix CVE-2024-45341, CVE-2024-45336). [moby/moby#49312](https://github.com/moby/moby/pull/49312), [docker/docker-ce-packaging#1147](https://github.com/docker/docker-ce-packaging/pull/1147), [docker/cli#5762](https://github.com/docker/cli/pull/5762)
48
+
- Update RootlessKit to v2.3.2 to support `passt` >= 2024_10_30.ee7d0b6. [moby/moby#49304](https://github.com/moby/moby/pull/49304)
49
+
- Update Buildx to [v0.20.0](https://github.com/docker/buildx/releases/tag/v0.20.0). [docker/docker-ce-packaging#1149](https://github.com/docker/docker-ce-packaging/pull/1149)
### Are there any firewall rules required for SSO configuration?
63
+
64
+
No. There are no specific firewall rules required for configuring SSO, as long as the domain `login.docker.com` is accessible. This domain is commonly accessible by default. However, in rare cases, some organizations may have firewall restrictions in place that block this domain. If you encounter issues during SSO setup, ensure that `login.docker.com` is allowed in your network's firewall settings.
0 commit comments