[lxc-devel] [lxd/master] Whitespace cleanup in doc

albertodonato on Github lxc-bot at linuxcontainers.org
Wed Jul 12 15:04:57 UTC 2017


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/20170712/cfbecc97/attachment.bin>
-------------- next part --------------
From 23061b5a2f9859d59346a8cd3b0908689d1edf8f Mon Sep 17 00:00:00 2001
From: Alberto Donato <alberto.donato at canonical.com>
Date: Wed, 12 Jul 2017 17:01:05 +0200
Subject: [PATCH] Whitespace cleanup in doc.

Signed-off-by: Alberto Donato <alberto.donato at canonical.com>
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index ed1417295..b5c1ef280 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
 [![LXD](https://linuxcontainers.org/static/img/containers.png)](https://linuxcontainers.org/lxd)
 # LXD
-LXD is a next generation system container manager.  
+LXD is a next generation system container manager.
 It offers a user experience similar to virtual machines but using Linux containers instead.
 
-It's image based with pre-made images available for a [wide number of Linux distributions](https://images.linuxcontainers.org)  
+It's image based with pre-made images available for a [wide number of Linux distributions](https://images.linuxcontainers.org)
 and is built around a very powerful, yet pretty simple, REST API.
 
-To get a better idea of what LXD is and what it does, you can [try it online](https://linuxcontainers.org/lxd/try-it/)!  
+To get a better idea of what LXD is and what it does, you can [try it online](https://linuxcontainers.org/lxd/try-it/)!
 Then if you want to run it locally, take a look at our [getting started guide](https://linuxcontainers.org/lxd/getting-started-cli/).
 
 ## Status
@@ -179,7 +179,7 @@ Yes. The easiest way to do that is using a privileged container to avoid file ow
     lxc config device add privilegedContainerName shareName disk source=/home/$USER path=/home/ubuntu
 
 #### How can I run docker inside a LXD container?
-In order to run Docker inside a LXD container the `security.nesting` property of the container should be set to `true`.  
+In order to run Docker inside a LXD container the `security.nesting` property of the container should be set to `true`.
 
     lxc config set <container> security.nesting true
 


More information about the lxc-devel mailing list