Skip to content

Commit 46d8a81

Browse files
authored
Merge pull request #21665 from docker/published-update
publish updates from main
2 parents 6ecba83 + 68add43 commit 46d8a81

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

content/guides/container-supported-development.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ With container-supported development, it's easy to run databases locally. In thi
5151

5252
{{< youtube-embed VieWeXOwKLU >}}
5353

54+
> [!TIP]
55+
>
56+
> Learn more about running databases in containers in the [Use containerized databases](/guides/databases.md) guide.
57+
5458
### Demo: mocking API endpoints
5559

5660
Many APIs require data from other data endpoints. In development, this adds complexities such as the sharing of credentials, uptime/availability, and rate limiting. Instead of relying on those services directly, your application can interact with a mock API server.
@@ -59,6 +63,10 @@ This demo will demonstrate how using WireMock can make it easy to develop and te
5963

6064
{{< youtube-embed VXSmX6f8vo0 >}}
6165

66+
> [!TIP]
67+
>
68+
> Learn more about using WireMock to mock API in the [Mocking API services with WireMock](/guides/wiremock.md) guide.
69+
6270
### Demo: developing the cloud locally
6371

6472
When developing apps, it's often easier to outsource aspects of the application to cloud services, such as Amazon S3. However, connecting to those services in local development introduces IAM policies, networking constraints, and provisioning complications. While these requirements are important in a production setting, they complicate development environments significantly.
@@ -67,6 +75,10 @@ With container-supported development, you can run local instances of these servi
6775

6876
{{< youtube-embed JtwUMvR5xlY >}}
6977

78+
> [!TIP]
79+
>
80+
> Learn more about using LocalStack in the [Develop and test AWS Cloud applications using LocalStack](/guides/localstack.md) guide.
81+
7082
### Demo: adding additional debug and troubleshooting tools
7183

7284
Once you start using containers in your development environment, it becomes much easier to add additional containers to visualize the contents of the databases or message queues, seed document stores, or event publishers. In this demo, you'll see a few of these examples, as well as how you can connect multiple containers together to make testing even easier.

content/manuals/desktop/release-notes.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ Docker Desktop versions older than 6 months from the latest release are not avai
2323

2424
Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next.
2525

26+
## 4.37.1
27+
28+
{{< release-date date="2024-12-17" >}}
29+
30+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.37.1" build_path="/178498/" >}}
31+
32+
### Bug fixes and enhancements
33+
34+
#### For all platforms
35+
36+
- Fixed an issue that caused the AI Catalog in Docker Hub to be unavailable in Docker Desktop.
37+
- Fixed an issue that caused Docker Desktop to panic with `index out of range [0] with length 0` when using [Enhanced Container Isolation](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md).
38+
2639
## 4.37.0
2740

2841
{{< release-date date="2024-12-12" >}}
@@ -55,7 +68,6 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
5568
#### For Mac
5669

5770
- 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).
5971

6072
#### For Windows
6173

hugo_stats.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"Docker-Desktop",
4343
"Docker-Hub",
4444
"Docker-Scout-Dashboard",
45+
"Docker-plan",
4546
"Download",
4647
"Entra-ID",
4748
"Entra-ID-SAML-2.0",
@@ -68,6 +69,8 @@
6869
"JavaScript",
6970
"Jenkins",
7071
"Latest",
72+
"Legacy-Docker-plan",
73+
"Legacy-Docker-plans",
7174
"Linux",
7275
"Local-or-Hub-storage",
7376
"MDM",
@@ -138,7 +141,6 @@
138141
"aspect-video",
139142
"bake-action",
140143
"bg-amber-light",
141-
"bg-amber-light-200",
142144
"bg-background-light",
143145
"bg-black/50",
144146
"bg-black/70",
@@ -191,7 +193,6 @@
191193
"containerd-image-store",
192194
"cursor-pointer",
193195
"dark:bg-amber-dark",
194-
"dark:bg-amber-dark-200",
195196
"dark:bg-background-dark",
196197
"dark:bg-blue-dark",
197198
"dark:bg-blue-dark-400",
@@ -261,6 +262,7 @@
261262
"flex-col",
262263
"flex-col-reverse",
263264
"flex-grow",
265+
"flex-grow-0",
264266
"flex-none",
265267
"flex-shrink",
266268
"flex-wrap",
@@ -342,6 +344,7 @@
342344
"lg:gap-8",
343345
"lg:grid-cols-2",
344346
"lg:grid-cols-3",
347+
"lg:grid-cols-4",
345348
"lg:hidden",
346349
"lg:no-underline",
347350
"lg:pb-2",

layouts/partials/sidebar/sections.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
</nav>
99

1010
{{ define "renderChildren" }}
11-
{{- $pages := .Pages }}
11+
{{- $pages := where .Pages "Params.sitemap" "ne" "false" }}
1212
{{- if .Params.sidebar.reverse }}
1313
{{ $pages = .Pages.Reverse }}
1414
{{- end }}
15-
{{- $pages = where .Pages "Params.sitemap" "ne" "false" }}
1615
{{- $ungrouped := where $pages "Params.sidebar.group" "==" nil }}
1716
{{- range $ungrouped }}
1817
{{- if .IsSection }}

0 commit comments

Comments
 (0)