Skip to content

Commit 35f6475

Browse files
authored
Merge pull request #21710 from docker/published-update
publish updates from main
2 parents f90273f + 66eb22e commit 35f6475

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(?-i)[A-Z]{2,}'?s
1+
(?i)[A-Z]{2,}'?s
22
Amazon
33
Anchore
44
Apple

content/manuals/compose/how-tos/environment-variables/variable-interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ $ docker compose --env-file ./config/.env.dev up
203203
$ docker compose --env-file .env.dev up -e DATABASE_URL=mysql://new_user:new_password@new_db:3306/new_database
204204
```
205205

206-
### local `.env` file versus <project directory> `.env` file
206+
### local `.env` file versus &lt;project directory&gt; `.env` file
207207

208208
An `.env` file can also be used to declare [pre-defined environment variables](envvars.md) used to control Compose behavior and files to be loaded.
209209

content/manuals/desktop/features/synchronized-file-sharing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ In general, use your `.syncignore` file to exclude items that aren't critical to
9494

9595
- POSIX-style Windows paths are not supported. Avoid setting the [`COMPOSE_CONVERT_WINDOWS_PATHS`](/manuals/compose/how-tos/environment-variables/envvars.md#compose_convert_windows_paths) environment variable in Docker Compose.
9696

97+
- If you don't have the correct permissions to create symbolic links and your container attempts to create symbolic links in your file share instance, an **unable to create symbolic link** error message displays. For Windows users, see Microsoft's [Create symbolic links documentation](https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/security/threat-protection/security-policy-settings/create-symbolic-links) for best practices and location of the **Create symbolic links** security policy setting. For Mac and Linux users, check that you have write permissions on the folder.
98+
9799
## Feedback and support
98100

99101
To give feedback or report bugs, visit:

content/manuals/desktop/features/vmm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ These improvements directly impact developers who rely on frequent file access a
3131
>
3232
> Docker VMM requires a minimum of 4GB of memory to be allocated to the Docker Linux VM. The memory needs to be increased before Docker VMM is enabled, and this can be done from the **Resources** tab in **Settings**.
3333
34+
Docker VMM is based on [libkrun](https://github.com/containers/libkrun).
35+
3436
### Known issues
3537

3638
As Docker VMM is still in Beta, there are a few known limitations:

content/manuals/engine/security/rootless.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ testuser:231072:65536
9898
{{< tab name="Debian GNU/Linux" >}}
9999
- Install `dbus-user-session` package if not installed. Run `sudo apt-get install -y dbus-user-session` and relogin.
100100

101-
- For Debian 10, add `kernel.unprivileged_userns_clone=1` to `/etc/sysctl.conf` (or
102-
`/etc/sysctl.d`) and run `sudo sysctl --system`. This step is not required on Debian 11.
103-
104101
- For Debian 11, installing `fuse-overlayfs` is recommended. Run `sudo apt-get install -y fuse-overlayfs`.
105102
This step is not required on Debian 12.
106103

0 commit comments

Comments
 (0)