The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/linuxcontainers.org/pull/408
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) === content/lxc/getting-started.ja.md and content/lxc/getting-started.md used `sudo snap install lxc` in the installation process. However, there's no "lxc" snap. I believe that this was a typo. This PR changes those commands to use the "lxd" snap.
From be88c0b34ff47964be47d7c1aec2e4bf61f62c5c Mon Sep 17 00:00:00 2001 From: Adam R Bell <a_0...@protonmail.ch> Date: Mon, 27 Apr 2020 13:04:42 -0600 Subject: [PATCH] Changing "snap install lxc" to "snap install lxd" (There's no "lxc" snap) --- content/lxc/getting-started.ja.md | 2 +- content/lxc/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/lxc/getting-started.ja.md b/content/lxc/getting-started.ja.md index a6bf155..b4b7240 100644 --- a/content/lxc/getting-started.ja.md +++ b/content/lxc/getting-started.ja.md @@ -95,7 +95,7 @@ Ubuntu では、LXC をインストールするのは次のように簡単です もしくは - sudo snap install lxc + sudo snap install lxd <!-- Your system will then have all the LXC commands available, all its templates diff --git a/content/lxc/getting-started.md b/content/lxc/getting-started.md index 3d375b1..0cbc29a 100644 --- a/content/lxc/getting-started.md +++ b/content/lxc/getting-started.md @@ -47,7 +47,7 @@ On such an Ubuntu system, installing LXC is as simple as: or - sudo snap install lxc + sudo snap install lxd 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