Merge pull request #6360 from hsnabszhdn/add-missing-backticks

docs: add missing backticks in 'run.md'
This commit is contained in:
Sebastiaan van Stijn
2025-08-23 14:14:58 +02:00
committed by GitHub

View File

@ -419,7 +419,7 @@ $ docker run -it -m 300M ubuntu:24.04 /bin/bash
We set memory limit only, this means the processes in the container can use
300M memory and 300M swap memory, by default, the total virtual memory size
(--memory-swap) will be set as double of memory, in this case, memory + swap
(`--memory-swap`) will be set as double of memory, in this case, memory + swap
would be 2*300M, so processes can use 300M swap memory as well.
```console