← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ines-almeida/launchpad:update-getting-started-docs into launchpad:master

 

Ines Almeida has proposed merging ~ines-almeida/launchpad:update-getting-started-docs into launchpad:master.

Commit message:
Add note in getting started section

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

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

Adding this small note since 2 people already missed it when setting up
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad:update-getting-started-docs into launchpad:master.
diff --git a/doc/how-to/running.rst b/doc/how-to/running.rst
index ec8fe4a..a217a19 100644
--- a/doc/how-to/running.rst
+++ b/doc/how-to/running.rst
@@ -137,6 +137,10 @@ installed and configured on your network.
 
 3. Find the container IP, either from ``lxc list`` or ``lxc info lpdev``.
 
+.. note::
+   If your new container does not have an IPv4 address when you run ``lxc list``, 
+   see :ref:`Network Connectivity <network-connectivity>` in Troubleshooting section.
+
 4. In order to be able to ssh into the container, you need to add your
    public key to your local ``.ssh/authorized_keys`` configuration.  Also
    make sure that both ``.ssh`` (700) and ``authorized_keys`` (600) have the
@@ -361,6 +365,8 @@ Or you can be at a prompt in the same directory and run this:
 Troubleshooting
 ===============
 
+.. _network-connectivity:
+
 Network connectivity
 --------------------