Skip to content

Commit 2d82b28

Browse files
committed
fixed example registry path
1 parent 0a0ee25 commit 2d82b28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

references/podman-usage.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111
<emphasis>path</emphasis> can reference to a specific image registry.
112112
If omitted, &podman; searches for the image in registries defined in
113113
the <filename>/etc/containers/registries.conf</filename> file. An
114-
example that runs a container called <literal>sles15</literal> based on
115-
the <literal>sle15</literal> image follows:
114+
example that runs a container called <literal>sle15</literal> based on
115+
the latest <literal>sle15</literal> image follows:
116116
</para>
117-
<screen>&prompt.root;podman run registry.opensuse.org/suse/templates/images/sle-15-sp3/base/images/suse/sle15 sles15</screen>
117+
<screen>&prompt.root;podman run registry.suse.com/suse/sle15:latest sle15</screen>
118118
<para>
119119
Below is a list of frequently used options. For a complete list of
120120
available options, run the command: <command>podman run

0 commit comments

Comments
 (0)