The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/linuxcontainers.org/pull/365
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) ===  Ubuntu 14.04LTS is eol for all but people with Ubuntu Advantage.
From f242af9dd615fccbbfa9274a40d4107cfbe1f882 Mon Sep 17 00:00:00 2001 From: nutterthanos <50470661+nuttertha...@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:
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel