← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ines-almeida/launchpad:update-lxc-distro-in-starter-docs into launchpad:master

 

Ines Almeida has proposed merging ~ines-almeida/launchpad:update-lxc-distro-in-starter-docs into launchpad:master.

Commit message:
Update lp's container distro from 16.4 to 18.4 in starter docs
    
We ask users to create a 16.4 container in the started docs, which more often than not leads to issues (e.g. the IPv4 of the container not being available). This is not an issue with ubuntu 18.4 as far as I've seen it, so it will make the setup process easier and more error proof.


Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/443466

I have been running launchpad locally with 18.4, and all tests pass. So far 2 other people that I know of are also using 18.4 with success.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad:update-lxc-distro-in-starter-docs into launchpad:master.
diff --git a/doc/how-to/running.rst b/doc/how-to/running.rst
index a217a19..27346ef 100644
--- a/doc/how-to/running.rst
+++ b/doc/how-to/running.rst
@@ -118,12 +118,12 @@ installed and configured on your network.
         path: $HOME
     EOF
 
-2. Create a container.  This command creates a Ubuntu 16.04 unprivileged
+2. Create a container.  This command creates a Ubuntu 18.04 unprivileged
    container using the profile created in the previous step.
 
 .. code-block:: sh
 
-    lxc launch ubuntu:16.04 lpdev -p default -p $USER
+    lxc launch ubuntu:18.04 lpdev -p default -p $USER
 
 
 .. note::