[lxc-devel] [linuxcontainers.org/master] Fix creation of fourth example

darknighte on Github lxc-bot at linuxcontainers.org
Tue Mar 22 15:07:43 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 474 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160322/e3f3062d/attachment.bin>
-------------- next part --------------
From 58e54701323b43c823df0b27f3a3feeded53011e Mon Sep 17 00:00:00 2001
From: Sean Hudson <darknighte at users.noreply.github.com>
Date: Tue, 22 Mar 2016 10:07:18 -0500
Subject: [PATCH] Fix creation of fourth example

Fixes minor issue with the creation command for the 'fourth' missing the 'tryit' remote designation.

Signed-off-by: Sean Hudson <darknighte at darknighte.com>
---
 content/lxd/try-it.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/lxd/try-it.html b/content/lxd/try-it.html
index 00fe1de..473b4f2 100644
--- a/content/lxd/try-it.html
+++ b/content/lxd/try-it.html
@@ -446,7 +446,7 @@ <h4 class="panel-title">
 
                         <p>Now, let's start a new container on the remote
                            LXD using the local image we created earlier.
-                           <pre>lxc launch clean-ubuntu tryit:fourth</pre>
+                           <pre>lxc launch tryit:clean-ubuntu tryit:fourth</pre>
                         </p>
 
                         <p>You now have a container called "fourth"


More information about the lxc-devel mailing list