doc: Remove whitespace before comma

Signed-off-by: Maximilian Kolb <mail@maximilian-kolb.de>
This commit is contained in:
Maximilian Kolb 2024-10-23 19:41:45 +02:00
parent 410f7965f7
commit eb90154975
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Podman command.
If the _image_ is not already loaded then **podman run** will pull the _image_, and
all image dependencies, from the repository in the same way running **podman
pull** _image_ , before it starts the container from that image.
pull** _image_, before it starts the container from that image.
Several files will be automatically created within the container. These include
_/etc/hosts_, _/etc/hostname_, and _/etc/resolv.conf_ to manage networking.