Skip to content

Commit

Permalink
Merge pull request #21729 from docker/published-update
Browse files Browse the repository at this point in the history
publish updates from main
  • Loading branch information
aevesdocker authored Jan 8, 2025
2 parents 7973cd3 + 7e1a59e commit 687b70d
Show file tree
Hide file tree
Showing 12 changed files with 303 additions and 244 deletions.
9 changes: 9 additions & 0 deletions _vale/Docker/Acronyms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ exceptions:
- BIOS
- BPF
- BSD
- CFS
- CI
- CIDR
- CISA
- CLI
- CNCF
- CORS
- CPU
- CSS
- CSV
- CUDA
- CVE
- DCT
- DEBUG
Expand Down Expand Up @@ -60,6 +63,8 @@ exceptions:
- ID
- IDE
- IP
- IPAM
- IPC
- JAR
- JSON
- JSX
Expand All @@ -79,6 +84,7 @@ exceptions:
- NVDA
- OCI
- OS
- OSI
- OSS
- PATH
- PDF
Expand All @@ -91,6 +97,7 @@ exceptions:
- RAM
- REPL
- REST
- RFC
- RHEL
- RPM
- RSA
Expand Down Expand Up @@ -125,8 +132,10 @@ exceptions:
- USB
- USD
- UTF
- UTS
- UUID
- VAT
- VIP
- VLAN
- VM
- VPN
Expand Down
12 changes: 10 additions & 2 deletions _vale/config/vocabularies/Docker/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,20 @@ Zsh
[Bb]uildx
[Cc]odenames?
[Cc]ompose
[Cc]onfigs
[Dd]istroless
[Ff]ilepaths?
[Ff]iletypes?
[GgCc]oroutine
[Hh]ealthcheck
[Hh]ostname
[Ii]nfosec
[Ii]nline
[Kk]eyrings?
[Ll]oopback
[Mm]emcached
[Mm]oby
[Mm]ountpoint
[Nn]amespace
[Oo]nboarding
[Pp]aravirtualization
Expand All @@ -126,6 +130,7 @@ Zsh
[Ss]andbox(ed)?
[Ss]eccomp
[Ss]ubmounts?
[Ss]ubnet
[Ss]ubpaths?
[Ss]ubtrees?
[Ss]wappable
Expand All @@ -146,6 +151,7 @@ Zsh
cgroup
config
containerd
datacenter
deprovisioning
deserialization
deserialize
Expand All @@ -160,7 +166,6 @@ kubectl
kubefwd
kubelet
lookup
label_file
macOS
macvlan
mfsymlinks
Expand All @@ -174,15 +179,18 @@ npm
osquery
osxfs
pgAdmin
rollback
rootful
runc
snapshotters?
stdin
stdout
subnet
syntaxes
sysctls
systemd
tmpfs
ufw
uid
umask
vSphere
vpnkit
Expand Down
2 changes: 2 additions & 0 deletions content/manuals/compose/how-tos/use-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Environment variables are often available to all processes, and it can be diffic

## Use secrets

Secrets are mounted as a file in `/run/secrets/<secret_name>` inside the container.

Getting a secret into a container is a two-step process. First, define the secret using the [top-level secrets element in your Compose file](/reference/compose-file/secrets.md). Next, update your service definitions to reference the secrets they require with the [secrets attribute](/reference/compose-file/services.md#secrets). Compose grants access to secrets on a per-service basis.

Unlike the other methods, this permits granular access control within a service container via standard filesystem permissions.
Expand Down
15 changes: 15 additions & 0 deletions content/manuals/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
- Fixed an issue that caused the AI Catalog in Docker Hub to be unavailable in Docker Desktop.
- 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).

### Known issues

#### For Mac

- Docker Desktop for Mac might fail to start with macOS reporting either `com.docker.vmnetd` or `com.docker.socket` is malware. As a workaround, follow the steps below:
1. Quit Docker and kill and related processes using the Activity Monitor.
2. Run: `sudo cp /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools/`.
3. Run: `sudo cp /Applications/Docker.app/Contents/MacOS/com.docker.socket /Library/PrivilegedHelperTools/`.
4. Restart Docker Desktop.
5. If this doesn't work, update to a later version and rerun the steps. See [docker/for-mac#7520](https://github.com/docker/for-mac/issues/7520)

## 4.37.0

{{< release-date date="2024-12-12" >}}
Expand Down Expand Up @@ -591,6 +602,8 @@ For more information, see [microsoft/WSL#11794](https://github.com/microsoft/WSL

{{< release-date date="2024-05-06" >}}

{{< desktop-install all=true beta_win_arm=true version="4.30.0" build_path="/149282/" >}}

### New

#### For all platforms
Expand Down Expand Up @@ -671,6 +684,8 @@ This can be resolved by adding the user to the **docker-users** group. Before st

{{< release-date date="2024-04-08" >}}

{{< desktop-install all=true beta_win_arm=true version="4.29.0" build_path="/145265/" >}}

### New

- You can now enforce Rosetta usage via [Settings Management](/manuals/security/for-admins/hardened-desktop/settings-management/_index.md).
Expand Down
Loading

0 comments on commit 687b70d

Please sign in to comment.