Improve container image url examples

Replace the docker://fedora placeholder by a tooltip that shows more of the
possible values (taken from virt-bootstrap's man page). Finding an image
that has a /sbin/init on the docker hub is rather hard, better remove
the misleading value.
This commit is contained in:
Cédric Bosdonnat 2017-12-19 17:32:17 +01:00 committed by Cole Robinson
parent c4c78d2894
commit 03e827b24b

View File

@ -1776,7 +1776,12 @@ connections is not yet supported.&lt;/small&gt;</property>
<child internal-child="entry">
<object class="GtkEntry" id="install-oscontainer-source-url-entry">
<property name="can_focus">True</property>
<property name="placeholder_text" translatable="yes">docker://fedora</property>
<property name="tooltip_text" translatable="yes">Possible URL formats:
* file:///path/to/rootfs.tar
* docker://registry:port/image:tag
* virt-builder://template
</property>
</object>
</child>
</object>