[lxc-devel] [lxd/master] Add the missing --no-profiles to init/launch

stgraber on Github lxc-bot at linuxcontainers.org
Mon Apr 9 22:42:46 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180409/0b3af026/attachment.bin>
-------------- next part --------------
From f3ac489c5b23408627bf2871519a5987696cf6c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 10 Apr 2018 00:41:46 +0200
Subject: [PATCH 1/2] lxc/init: Add missing --no-profiles
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxc/copy.go | 2 +-
 lxc/init.go | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lxc/copy.go b/lxc/copy.go
index 6ad33550e0..b3836e1ee1 100644
--- a/lxc/copy.go
+++ b/lxc/copy.go
@@ -43,7 +43,7 @@ func (c *cmdCopy) Command() *cobra.Command {
 	cmd.Flags().BoolVar(&c.flagContainerOnly, "container-only", false, i18n.G("Copy the container without its snapshots"))
 	cmd.Flags().BoolVar(&c.flagStateless, "stateless", false, i18n.G("Copy a stateful container stateless"))
 	cmd.Flags().StringVar(&c.flagTarget, "target", "", i18n.G("Cluster member name")+"``")
-	cmd.Flags().BoolVar(&c.flagNoProfiles, "no-profiles", false, "Create the container with no profiles applied")
+	cmd.Flags().BoolVar(&c.flagNoProfiles, "no-profiles", false, i18n.G("Create the container with no profiles applied"))
 
 	return cmd
 }
diff --git a/lxc/init.go b/lxc/init.go
index 4c965c597a..755b0c44b8 100644
--- a/lxc/init.go
+++ b/lxc/init.go
@@ -46,6 +46,7 @@ func (c *cmdInit) Command() *cobra.Command {
 	cmd.Flags().StringVarP(&c.flagStorage, "storage", "s", "", i18n.G("Storage pool name")+"``")
 	cmd.Flags().StringVarP(&c.flagType, "type", "t", "", i18n.G("Instance type")+"``")
 	cmd.Flags().StringVar(&c.flagTarget, "target", "", i18n.G("Cluster member name")+"``")
+	cmd.Flags().BoolVar(&c.flagNoProfiles, "no-profiles", false, i18n.G("Create the container with no profiles applied"))
 
 	return cmd
 }

From 43826a8e30a4cd399d62115d58b6aa68c6f55a92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 10 Apr 2018 00:42:06 +0200
Subject: [PATCH 2/2] i18n: Update translations
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 po/de.po      | 29 +++++++++++++++++------------
 po/el.po      | 28 ++++++++++++++++------------
 po/es.po      | 28 ++++++++++++++++------------
 po/fa.po      | 28 ++++++++++++++++------------
 po/fi.po      | 28 ++++++++++++++++------------
 po/fr.po      | 29 +++++++++++++++++------------
 po/hi.po      | 28 ++++++++++++++++------------
 po/id.po      | 28 ++++++++++++++++------------
 po/it.po      | 28 ++++++++++++++++------------
 po/ja.po      | 29 +++++++++++++++++------------
 po/lxd.pot    | 28 ++++++++++++++++------------
 po/nb_NO.po   | 28 ++++++++++++++++------------
 po/nl.po      | 28 ++++++++++++++++------------
 po/pa.po      | 28 ++++++++++++++++------------
 po/pl.po      | 28 ++++++++++++++++------------
 po/pt_BR.po   | 28 ++++++++++++++++------------
 po/ru.po      | 29 +++++++++++++++++------------
 po/sr.po      | 28 ++++++++++++++++------------
 po/sv.po      | 28 ++++++++++++++++------------
 po/tr.po      | 28 ++++++++++++++++------------
 po/uk.po      | 28 ++++++++++++++++------------
 po/zh.po      | 28 ++++++++++++++++------------
 po/zh_Hans.po | 28 ++++++++++++++++------------
 23 files changed, 372 insertions(+), 276 deletions(-)

diff --git a/po/de.po b/po/de.po
index d9c9a29b1b..c6b75812cd 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: 2017-02-14 17:11+0000\n"
 "Last-Translator: Tim Rose <tim at netlope.de>\n"
 "Language-Team: German <https://hosted.weblate.org/projects/linux-containers/"
@@ -405,7 +405,7 @@ msgstr "automatisches Update: %s"
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -563,7 +563,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -684,17 +684,22 @@ msgstr "Fehlerhafte Profil URL %s"
 msgid "Create storage pools"
 msgstr "Anhalten des Containers fehlgeschlagen!"
 
+#: lxc/copy.go:46 lxc/init.go:49
+#, fuzzy
+msgid "Create the container with no profiles applied"
+msgstr "Anhalten des Containers fehlgeschlagen!"
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 #, fuzzy
 msgid "Creating the container"
 msgstr "kann nicht zum selben Container Namen kopieren"
@@ -2097,7 +2102,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr "Herunterfahren des Containers erzwingen."
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2435,7 +2440,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2450,12 +2455,12 @@ msgstr "entfernte Instanz %s existiert bereits"
 msgid "The device doesn't exist"
 msgstr "entfernte Instanz %s existiert nicht"
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2490,11 +2495,11 @@ msgstr "Wartezeit bevor der Container gestoppt wird."
 msgid "Timestamps:"
 msgstr "Zeitstempel:\n"
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2836,7 +2841,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/el.po b/po/el.po
index c8467b893c..b05ae22193 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: 2017-02-14 08:00+0000\n"
 "Last-Translator: Simos Xenitellis <simos.65 at gmail.com>\n"
 "Language-Team: Greek <https://hosted.weblate.org/projects/linux-containers/"
@@ -297,7 +297,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -449,7 +449,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -561,17 +561,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1898,7 +1902,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2221,7 +2225,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2234,12 +2238,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2269,11 +2273,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2595,7 +2599,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/es.po b/po/es.po
index 536c9af2e7..4596d68c27 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: 2018-02-10 11:39+0000\n"
 "Last-Translator: Allan Esquivel Sibaja <allan.esquivel.sibaja at gmail.com>\n"
 "Language-Team: Spanish <https://hosted.weblate.org/projects/linux-containers/"
@@ -355,7 +355,7 @@ msgstr "Auto actualización: %s"
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -506,7 +506,7 @@ msgstr "Log de la consola:"
 msgid "Container name is mandatory"
 msgstr "Nombre del contenedor es obligatorio"
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr "Nombre del contenedor es: %s"
@@ -619,17 +619,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1956,7 +1960,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2279,7 +2283,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2292,12 +2296,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2327,11 +2331,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2654,7 +2658,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/fa.po b/po/fa.po
index 8753d8e5b7..6cdf51ad99 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/fi.po b/po/fi.po
index 583ef4a53d..d6a5be92ce 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/fr.po b/po/fr.po
index 94756fe54a..32a670c1d8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: 2018-03-06 13:50+0000\n"
 "Last-Translator: Alban Vidal <alban.vidal at zordhak.fr>\n"
 "Language-Team: French <https://hosted.weblate.org/projects/linux-containers/"
@@ -398,7 +398,7 @@ msgstr "Mise à jour auto. : %s"
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -560,7 +560,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr "Le nom du conteneur est obligatoire"
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr "Le nom du conteneur est : %s"
@@ -696,17 +696,22 @@ msgstr "Créé : %s"
 msgid "Create storage pools"
 msgstr "Copie de l'image : %s"
 
+#: lxc/copy.go:46 lxc/init.go:49
+#, fuzzy
+msgid "Create the container with no profiles applied"
+msgstr "L'arrêt du conteneur a échoué !"
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr "Créé : %s"
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr "Création de %s"
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr "Création du conteneur"
 
@@ -2168,7 +2173,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr "Forcer l'arrêt du conteneur (seulement pour stop)"
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr "Récupération de l'image : %s"
@@ -2520,7 +2525,7 @@ msgstr ""
 "Le conteneur est en cours d'exécution. Utiliser --force pour qu'il soit "
 "arrêté et redémarré."
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 "Le conteneur que vous démarrez n'est attaché à aucune interface réseau."
@@ -2535,12 +2540,12 @@ msgstr "Le périphérique n'existe pas"
 msgid "The device doesn't exist"
 msgstr "Le périphérique n'existe pas"
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, fuzzy, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr "L'image locale '%s' n'a pas été trouvée, essayer '%s:' à la place."
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr "L'image locale '%s' n'a pas été trouvée, essayer '%s:' à la place."
@@ -2571,11 +2576,11 @@ msgstr "Temps d'attente du conteneur avant de le tuer"
 msgid "Timestamps:"
 msgstr "Horodatage :"
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr "Pour attacher un réseau à un conteneur, utiliser : lxc network attach"
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr "Pour créer un réseau, utiliser : lxc network create"
 
@@ -2927,7 +2932,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr "pas d'image, conteneur ou instantané affecté sur ce serveur"
 
diff --git a/po/hi.po b/po/hi.po
index 9638e51f38..890a631be0 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/id.po b/po/id.po
index 4740cbe85f..fbaf8e4618 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/it.po b/po/it.po
index 196234ff6e..7db991b776 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: 2017-08-18 14:22+0000\n"
 "Last-Translator: Alberto Donato <alberto.donato at gmail.com>\n"
 "Language-Team: Italian <https://hosted.weblate.org/projects/linux-containers/"
@@ -320,7 +320,7 @@ msgstr "Aggiornamento automatico: %s"
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -472,7 +472,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr "Il nome del container è: %s"
@@ -586,17 +586,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr "Creazione di %s in corso"
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr "Creazione del container in corso"
 
@@ -1930,7 +1934,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2255,7 +2259,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2268,12 +2272,12 @@ msgstr "La periferica esiste già"
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2304,11 +2308,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2632,7 +2636,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/ja.po b/po/ja.po
index 87c561078f..b61546c36c 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: 2018-03-01 17:11+0000\n"
 "Last-Translator: KATOH Yasufumi <karma at jazz.email.ne.jp>\n"
 "Language-Team: Japanese <https://hosted.weblate.org/projects/linux-"
@@ -304,7 +304,7 @@ msgstr "自動更新: %s"
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -463,7 +463,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr "コンテナ名を指定する必要があります"
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr "コンテナ名: %s"
@@ -594,17 +594,22 @@ msgstr "作成日時: %s"
 msgid "Create storage pools"
 msgstr "ストレージボリュームのコピー中: %s"
 
+#: lxc/copy.go:46 lxc/init.go:49
+#, fuzzy
+msgid "Create the container with no profiles applied"
+msgstr "一部のコンテナで %s が失敗しました"
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr "作成日時: %s"
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr "%s を作成中"
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr "コンテナを作成中"
 
@@ -2099,7 +2104,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr "コンテナのコンソールログを取得します"
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr "イメージの取得中: %s"
@@ -2446,7 +2451,7 @@ msgstr ""
 "コンテナは現在実行中です。停止して、再起動するために --force を使用してくだ\n"
 "さい。"
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr "起動しようとしたコンテナに接続されているネットワークがありません。"
 
@@ -2459,14 +2464,14 @@ msgstr "デバイスはすでに存在します"
 msgid "The device doesn't exist"
 msgstr "デバイスが存在しません"
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 "ローカルイメージ '%s' が見つかりません。代わりに '%s:%s' を試してみてくださ"
 "い。"
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2499,12 +2504,12 @@ msgstr "コンテナを強制停止するまでの時間"
 msgid "Timestamps:"
 msgstr "タイムスタンプ:"
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 "コンテナにネットワークを接続するには、lxc network attach を使用してください"
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 "新しいネットワークを作成するには、lxc network create を使用してください"
@@ -2855,7 +2860,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 "サーバから変更されたイメージ、コンテナ、スナップショットを取得できませんで\n"
diff --git a/po/lxd.pot b/po/lxd.pot
index 321c8e5515..f02d3a719d 100644
--- a/po/lxd.pot
+++ b/po/lxd.pot
@@ -7,7 +7,7 @@
 msgid   ""
 msgstr  "Project-Id-Version: lxd\n"
         "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-        "POT-Creation-Date: 2018-04-09 02:28+0200\n"
+        "POT-Creation-Date: 2018-04-10 00:41+0200\n"
         "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
         "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
         "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -286,7 +286,7 @@ msgstr  ""
 msgid   "Bad key/value pair: %s"
 msgstr  ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123 lxc/storage_volume.go:468
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123 lxc/storage_volume.go:468
 #, c-format
 msgid   "Bad key=value pair: %s"
 msgstr  ""
@@ -425,7 +425,7 @@ msgstr  ""
 msgid   "Container name is mandatory"
 msgstr  ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid   "Container name is: %s"
 msgstr  ""
@@ -535,17 +535,21 @@ msgstr  ""
 msgid   "Create storage pools"
 msgstr  ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid   "Create the container with no profiles applied"
+msgstr  ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid   "Created: %s"
 msgstr  ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid   "Creating %s"
 msgstr  ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid   "Creating the container"
 msgstr  ""
 
@@ -1786,7 +1790,7 @@ msgstr  ""
 msgid   "Retrieve the container's console log"
 msgstr  ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid   "Retrieving image: %s"
 msgstr  ""
@@ -2106,7 +2110,7 @@ msgstr  ""
 msgid   "The container is currently running. Use --force to have it stopped and restarted."
 msgstr  ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid   "The container you are starting doesn't have any network attached to it."
 msgstr  ""
 
@@ -2118,12 +2122,12 @@ msgstr  ""
 msgid   "The device doesn't exist"
 msgstr  ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid   "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr  ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid   "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr  ""
@@ -2152,11 +2156,11 @@ msgstr  ""
 msgid   "Timestamps:"
 msgstr  ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid   "To attach a network to a container, use: lxc network attach"
 msgstr  ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid   "To create a new network, use: lxc network create"
 msgstr  ""
 
@@ -2467,7 +2471,7 @@ msgstr  ""
 msgid   "device"
 msgstr  ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid   "didn't get any affected image, container or snapshot from server"
 msgstr  ""
 
diff --git a/po/nb_NO.po b/po/nb_NO.po
index f0a7983d57..4ca7627de7 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/nl.po b/po/nl.po
index 306bd8bd98..e3a2b46913 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/pa.po b/po/pa.po
index 7bbf80ce41..e763353e60 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/pl.po b/po/pl.po
index 9543e3cba7..82a59dfece 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/pt_BR.po b/po/pt_BR.po
index c2ad1aae95..785ac8e8f7 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: 2018-03-08 09:21+0000\n"
 "Last-Translator: Paulo Coghi <paulo at coghi.com.br>\n"
 "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
@@ -311,7 +311,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -462,7 +462,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -574,17 +574,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1908,7 +1912,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2231,7 +2235,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2244,12 +2248,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2279,11 +2283,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2605,7 +2609,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/ru.po b/po/ru.po
index 23039c8cbf..9e77df3fd7 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: 2017-09-05 16:48+0000\n"
 "Last-Translator: Ilya Yakimavets <ilya.yakimavets at backend.expert>\n"
 "Language-Team: Russian <https://hosted.weblate.org/projects/linux-containers/"
@@ -382,7 +382,7 @@ msgstr "Авто-обновление: %s"
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -535,7 +535,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr "Имя контейнера является обязательным"
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr "Имя контейнера: %s"
@@ -652,17 +652,22 @@ msgstr ""
 msgid "Create storage pools"
 msgstr "Копирование образа: %s"
 
+#: lxc/copy.go:46 lxc/init.go:49
+#, fuzzy
+msgid "Create the container with no profiles applied"
+msgstr "Невозможно добавить имя контейнера в список"
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -2009,7 +2014,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2336,7 +2341,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2349,12 +2354,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2384,11 +2389,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2723,7 +2728,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/sr.po b/po/sr.po
index c45b2f7642..01aadf6a6a 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/sv.po b/po/sv.po
index fff89134b3..7a83847983 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/tr.po b/po/tr.po
index eb193963b3..7f5fc6d6a0 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/uk.po b/po/uk.po
index e36fd01136..e516fb82a3 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/zh.po b/po/zh.po
index 5487c7d5d0..88c436e722 100644
--- a/po/zh.po
+++ b/po/zh.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 
diff --git a/po/zh_Hans.po b/po/zh_Hans.po
index 33718b63be..ef258d9909 100644
--- a/po/zh_Hans.po
+++ b/po/zh_Hans.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2018-04-09 02:28+0200\n"
+"POT-Creation-Date: 2018-04-10 00:41+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Bad key/value pair: %s"
 msgstr ""
 
-#: lxc/copy.go:110 lxc/init.go:118 lxc/publish.go:175 lxc/storage.go:123
+#: lxc/copy.go:110 lxc/init.go:119 lxc/publish.go:175 lxc/storage.go:123
 #: lxc/storage_volume.go:468
 #, c-format
 msgid "Bad key=value pair: %s"
@@ -445,7 +445,7 @@ msgstr ""
 msgid "Container name is mandatory"
 msgstr ""
 
-#: lxc/copy.go:260 lxc/init.go:229
+#: lxc/copy.go:260 lxc/init.go:230
 #, c-format
 msgid "Container name is: %s"
 msgstr ""
@@ -557,17 +557,21 @@ msgstr ""
 msgid "Create storage pools"
 msgstr ""
 
+#: lxc/copy.go:46 lxc/init.go:49
+msgid "Create the container with no profiles applied"
+msgstr ""
+
 #: lxc/image.go:831 lxc/info.go:135
 #, c-format
 msgid "Created: %s"
 msgstr ""
 
-#: lxc/init.go:98
+#: lxc/init.go:99
 #, c-format
 msgid "Creating %s"
 msgstr ""
 
-#: lxc/init.go:96
+#: lxc/init.go:97
 msgid "Creating the container"
 msgstr ""
 
@@ -1891,7 +1895,7 @@ msgstr ""
 msgid "Retrieve the container's console log"
 msgstr ""
 
-#: lxc/init.go:201
+#: lxc/init.go:202
 #, c-format
 msgid "Retrieving image: %s"
 msgstr ""
@@ -2214,7 +2218,7 @@ msgid ""
 "restarted."
 msgstr ""
 
-#: lxc/init.go:280
+#: lxc/init.go:281
 msgid "The container you are starting doesn't have any network attached to it."
 msgstr ""
 
@@ -2227,12 +2231,12 @@ msgstr ""
 msgid "The device doesn't exist"
 msgstr ""
 
-#: lxc/init.go:264
+#: lxc/init.go:265
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:%s' instead."
 msgstr ""
 
-#: lxc/init.go:260
+#: lxc/init.go:261
 #, c-format
 msgid "The local image '%s' couldn't be found, trying '%s:' instead."
 msgstr ""
@@ -2262,11 +2266,11 @@ msgstr ""
 msgid "Timestamps:"
 msgstr ""
 
-#: lxc/init.go:282
+#: lxc/init.go:283
 msgid "To attach a network to a container, use: lxc network attach"
 msgstr ""
 
-#: lxc/init.go:281
+#: lxc/init.go:282
 msgid "To create a new network, use: lxc network create"
 msgstr ""
 
@@ -2588,7 +2592,7 @@ msgstr ""
 msgid "device"
 msgstr ""
 
-#: lxc/init.go:223
+#: lxc/init.go:224
 msgid "didn't get any affected image, container or snapshot from server"
 msgstr ""
 


More information about the lxc-devel mailing list