Skip to content

Commit 714523d

Browse files
authored
Podman usage improvements (#269)
* Remove pointless and confusing info where container images are pulled to * Remove invalid CMD from podman run command
1 parent 6ab6d28 commit 714523d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

references/podman-usage.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@
5353
registry name. In that case, &podman; tries to pull the image from all
5454
registries configured in the
5555
<filename>/etc/containers/registries.conf</filename> file. The default
56-
image tag is <literal>latest</literal>. The default location of pulled
57-
images is
58-
<filename>/var/lib/containers/storage/overlay-images/</filename>.
59-
</para>
56+
image tag is <literal>latest</literal>.
6057
<para>
6158
To view all possible options of the <command>podman pull</command>
6259
command, run:
@@ -114,7 +111,7 @@
114111
example that runs a container called <literal>sle15</literal> based on
115112
the latest <literal>sle15</literal> image follows:
116113
</para>
117-
<screen>&prompt.root;podman run registry.suse.com/suse/sle15:latest sle15</screen>
114+
<screen>&prompt.root;podman run registry.suse.com/suse/sle15:latest</screen>
118115
<para>
119116
Below is a list of frequently used options. For a complete list of
120117
available options, run the command: <command>podman run

0 commit comments

Comments
 (0)