lxd server guide section
Michael Hudson-Doyle
michael.hudson at canonical.com
Tue Mar 22 22:33:13 UTC 2016
Found a few typos, diff attached.
On 23 March 2016 at 11:25, Serge Hallyn <serge.hallyn at ubuntu.com> wrote:
> Hi,
>
> I think I'm done for the moment. What I have is in lxd.md in
> markdown format at:
>
> https://git.launchpad.net/~serge-hallyn/+git/lxdserverguide
>
> (I use the markdown firefox extension to view it)
>
> I'll be out the rest of the week, but comments or patches would
> be very welcome. Particularly from anyone not too familiar with
> lxd looking at this with fresh eyes.
>
> thanks,
> -serge
>
> --
> ubuntu-server mailing list
> ubuntu-server at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
-------------- next part --------------
diff --git a/lxd.md b/lxd.md
index b504f3c..b342700 100644
--- a/lxd.md
+++ b/lxd.md
@@ -1,7 +1,7 @@
# LXD
LXD is the lightervisor, or lightweight container hypervisor. While this claim has
-been contraversial, it has been [quite well justified](http://blog.dustinkirkland.com/2015/09/container-summit-presentation-and-live.html) based on
+been controversial, it has been [quite well justified](http://blog.dustinkirkland.com/2015/09/container-summit-presentation-and-live.html) based on
the original academic paper. It also nicely distinguishes LXD from [LXC](https://help.ubuntu.com/lts/serverguide/lxc.html).
LXC is a program which creates and administers "containers" on a local system. It
@@ -217,7 +217,7 @@ for containers and images using the command
lxc config set storage.lvm_vg_name lxd
When launching a new container, its rootfs will start as a lv clone. It is
-immedately mounted so that the file uids can be shifted, then unmounted.
+immediately mounted so that the file uids can be shifted, then unmounted.
Container snapshots also are created as lv snapshots.
## Container configuration
@@ -260,7 +260,7 @@ to more than one container. For instance, all containers created with
'lxc launch', by default, include the 'default' profile, which provides a
network interface 'eth0'.
-To mask a device which would be inherted from a profile but which should
+To mask a device which would be inherited from a profile but which should
not be in the final container, define a device by the same name but of
type 'none':
@@ -269,7 +269,7 @@ lxc config device add c1 eth1 none
## Nesting
Containers all share the same host kernel. This means that there is always
-an inherent tradeoff between features exposed to the container and host
+an inherent trade-off between features exposed to the container and host
security from malicious containers. Containers by default are therefore
restricted from features needed to nest child containers. In order to
run lxc or lxd containers under a lxd container, the
@@ -285,7 +285,7 @@ Please see the 'Uid mapping' section below.
### Docker
-In order to fascilitate running docker containers inside a lxd container,
+In order to facilitate running docker containers inside a lxd container,
a 'docker' profile is provided. To launch a new container with the
docker profile, you can
@@ -301,7 +301,7 @@ source.
## Limits
-Lxd supports flexible contraints on the resources which containers
+Lxd supports flexible constraints on the resources which containers
can consume. The limits come in the following categories:
* cpu: limit cpu available to the container in several ways.
More information about the ubuntu-server
mailing list