diff --git a/Divorce-Your-Linux-Admin.rst b/Divorce-Your-Linux-Admin.rst index 1b9264d..4cbb76b 100644 --- a/Divorce-Your-Linux-Admin.rst +++ b/Divorce-Your-Linux-Admin.rst @@ -235,24 +235,28 @@ Let's Do This Already --------------------- -The steps below should be done *in the order given*. +- The steps below should be done *in the order given*. -Whenever it says, "create a new ``docker`` container", do so with the -``--security-opt seccomp=unconfined`` option. +- Whenever it says, "create a new ``docker`` container", do so with + the ``--security-opt seccomp=unconfined`` option. -This example assumes CentOS/RedHat7 docker images, so the native -package management commands are based on ``yum``. +- This example assumes CentOS/RedHat7 docker images, so the native + package management commands are based on ``yum``. -This example assumes that we want to build our tools tree under -``/opt/TundraWare/tools``. Feel free to use your own directory -location, but do so consistently throughout the process. +- This example assumes that we want to build our tools tree under + ``/opt/TundraWare/tools``. Feel free to use your own directory + location, but do so consistently throughout the process. -Make sure the user doing all this has write access to your target -tools directory. +- Make sure the user doing all this has write access to your target + tools directory. -This example assumes that ``/shared`` is common to both the host -and docker instances. It's where we'll preseve our tarballs and -other project artifacts across container rebuilds. +- This example assumes that ``/shared`` is common to both the host and + docker instances. It's where we'll preseve our tarballs and other + project artifacts across container rebuilds. + + +Procedure ++++++++++ First, we're going to create the bootstrap instance: