summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2017-12-19 17:32:17 +0100
committerCole Robinson <crobinso@redhat.com>2018-01-06 17:21:35 -0500
commit03e827b24bddb8de8388f5848ea7eed70729facb (patch)
treeaf659ceedc3d3019b72d144ced3a8a568bed19cc
parentc4c78d28945d4fdc8216fd9b3004659a63a6f5ef (diff)
downloadvirt-manager-03e827b24bddb8de8388f5848ea7eed70729facb.tar.gz
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.
-rw-r--r--ui/create.ui7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/create.ui b/ui/create.ui
index dd957550..55f8a12e 100644
--- a/ui/create.ui
+++ b/ui/create.ui
@@ -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>