Move guides inside networking section (#726)

* Move static IP document to networking section

* Move customer container document  outside of networking section

* Move NTP document to networking section
This commit is contained in:
puneetse
2019-09-09 17:12:22 -07:00
committed by michael vincerra
parent a20dee18a7
commit bb874bec89
3 changed files with 10 additions and 9 deletions
@@ -4,8 +4,8 @@ Build a custom |CL-ATTR| based Docker container image
#######################################################
This guide contains the steps to build a custom container image. The official
base |CL-ATTR| container image is published on Docker\* Hub and is updated on a
regular basis.
base |CL-ATTR| container image is published on Docker\* Hub and is updated on
a regular basis.
.. contents::
:local:
@@ -323,4 +323,5 @@ Example output:
---> ec23189ef954
Removing intermediate container 7694989e97de
Successfully built ec23189ef954
Successfully tagged my-clearlinux-remove-pxe-server-bundle:latest
Successfully tagged my-clearlinux-remove-pxe-server-bundle:latest
@@ -14,8 +14,8 @@ scenarios such as a network with no DHCP server.
Identify which program is managing the interface
************************************************
New installations of |CL-ATTR| use NetworkManager as the default network interface
manager for all network connections.
New installations of |CL-ATTR| use NetworkManager as the default network
interface manager for all network connections.
.. note::
@@ -26,8 +26,8 @@ manager for all network connections.
interfaces and NetworkManager was used for wireless interfaces.
Before defining a configuration for assigning a static IP address, verify which
program is managing the network interface.
Before defining a configuration for assigning a static IP address, verify
which program is managing the network interface.
#. Check the output of :command:`nmcli device` to see if NetworkManager is
managing the device.
@@ -1,7 +1,7 @@
.. _time:
Set the time
############
Set system time
###############
This guide describes how to reset the time in your |CL-ATTR| system when
the default :abbr:`NTP (Network Time Protocol)` servers cannot be reached.