The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/linuxcontainers.org/pull/379
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) === "apt-get install install" fix
From 0ec0f35fd04de304530e85b917878e990132fd90 Mon Sep 17 00:00:00 2001 From: Tim <elatl...@gmail.com> Date: Tue, 17 Sep 2019 09:32:09 -0400 Subject: [PATCH] Update getting-started.md "apt-get install install" fix --- content/lxc/getting-started.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/lxc/getting-started.md b/content/lxc/getting-started.md index 4782c2d..4858c3c 100644 --- a/content/lxc/getting-started.md +++ b/content/lxc/getting-started.md @@ -43,7 +43,11 @@ 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 or sudo snap 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.
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel