We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df8feb commit d9cafa7Copy full SHA for d9cafa7
docs/reference/run.md
@@ -419,7 +419,7 @@ $ docker run -it -m 300M ubuntu:24.04 /bin/bash
419
420
We set memory limit only, this means the processes in the container can use
421
300M memory and 300M swap memory, by default, the total virtual memory size
422
-(--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
423
would be 2*300M, so processes can use 300M swap memory as well.
424
425
```console
0 commit comments