[lxc-devel] [linuxcontainers.org/master] Update getting-started.md

nutterthanos on Github lxc-bot at linuxcontainers.org
Sat May 18 12:19:14 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 526 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190518/b4715de6/attachment.bin>
-------------- next part --------------
From f242af9dd615fccbbfa9274a40d4107cfbe1f882 Mon Sep 17 00:00:00 2001
From: nutterthanos <50470661+nutterthanos at users.noreply.github.com>
Date: Sat, 18 May 2019 21:44:23 +0930
Subject: [PATCH] Update getting-started.md

Ubuntu 14.04LTS is eol for all but people with Ubuntu Advantage.
---
 content/lxc/getting-started.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/lxc/getting-started.md b/content/lxc/getting-started.md
index b2e27a5..2f359af 100644
--- a/content/lxc/getting-started.md
+++ b/content/lxc/getting-started.md
@@ -34,7 +34,7 @@ For your first LXC experience, we recommend you use a recent supported release,
 such as a recent bugfix release of LXC 1.0.
 
 
-If using Ubuntu, we recommend you use Ubuntu 14.04 LTS as your container host.
+If using Ubuntu, we recommend you use Ubuntu 16.04 LTS as your container host.
 LXC bugfix releases are available directly in the distribution package repository
 shortly after release and those offer a clean (unpatched) upstream experience.
 
@@ -43,7 +43,7 @@ with everything that's needed for safe, unprivileged LXC containers.
 
 On such an Ubuntu system, installing LXC is as simple as:
 
-    sudo apt-get install lxc
+    sudo apt-get install lxc or sudo snap install lxc
 
 Your system will then have all the LXC commands available, all its templates
 as well as the python3 binding should you want to script LXC.
@@ -103,7 +103,7 @@ And now, create your first container with:
     lxc-create -t download -n my-container
 
 The download template will show you a list of distributions, versions and architectures to choose from.
-A good example would be "ubuntu", "trusty" (14.04 LTS) and "i386".
+A good example would be "ubuntu", "xenial" (16.04 LTS) and "i386".
 
 
 A few seconds later your container will be created and you can start it with:


More information about the lxc-devel mailing list