docs: add missing backticks in 'run.md'

Signed-off-by: Hossein Abbasi <16090309+hsnabszhdn@users.noreply.github.com>
This commit is contained in:
Hossein Abbasi
2025-08-23 16:14:53 +10:00
parent 1df8feb2e4
commit d9cafa759f

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