[lxc-devel] [linuxcontainers.org/master] Make manual import command more visible

techtonik on Github lxc-bot at linuxcontainers.org
Mon Feb 15 18:49:11 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 316 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160215/869f0b01/attachment.bin>
-------------- next part --------------
From cad904ce8912aab8e0f181cbed56d5f6dd4b982e Mon Sep 17 00:00:00 2001
From: anatoly techtonik <techtonik at gmail.com>
Date: Mon, 15 Feb 2016 21:49:00 +0300
Subject: [PATCH] Make manual import command more visible

---
 content/lxd/getting-started-cli.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/lxd/getting-started-cli.md b/content/lxd/getting-started-cli.md
index 39d4782..7b8ace7 100644
--- a/content/lxd/getting-started-cli.md
+++ b/content/lxd/getting-started-cli.md
@@ -56,7 +56,9 @@ There are three ways to feed that image store:
 
  1. Use a remote LXD as an image server
  2. Use the lxd-images script to import an image from a non-LXD source
- 3. Manually import one using "lxc image import \<file\> --alias \<name\>"
+ 3. Manually import one using
+
+        lxc image import <file> --alias <name>
 
 ## Using a remote LXD as an image server
 Using a remote image server is as simple as adding it as a remote and just using it:


More information about the lxc-devel mailing list