The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3537

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From 23061b5a2f9859d59346a8cd3b0908689d1edf8f Mon Sep 17 00:00:00 2001
From: Alberto Donato <alberto.don...@canonical.com>
Date: Wed, 12 Jul 2017 17:01:05 +0200
Subject: [PATCH] Whitespace cleanup in doc.

Signed-off-by: Alberto Donato <alberto.don...@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
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to