mirror of
https://github.com/containers/podman.git
synced 2025-09-18 15:54:49 +08:00

Currently, due to sphinx smart quote features being enabled, fancy quotes are used in the commands. This means the docs are harder to use as the commands cannot be copy/pasted into a terminal. Wrapping the code in code blocks fixes this. An alternative would be to disable smart quotes entirely, but this seems over-the-top (especially considering wrapping commands in code blocks harmonises this page with most of the other documentation) Signed-off-by: Adam Jones <domdomegg+git@gmail.com>