Skip to content

Commit

Permalink
Merge pull request #15 from ArtiomL/develop
Browse files Browse the repository at this point in the history
Read the Docs
  • Loading branch information
ArtiomL committed Aug 2, 2018
2 parents 3463502 + 1cb4b58 commit bfceae5
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
.. Intro to Docker Labs - F5 ISCFY17 documentation master file, created by
sphinx-quickstart on Wed Oct 19 13:45:59 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Intro to Docker Labs - F5 ISCFY17's documentation!
=============================================================

This document is to help you learn more about Docker. Though this session we will help you:
* Access a docker environment (hosted in UDF)
* Manipulate docker containers

* Run a container (Create, Start, Stop, Delete, Status)
* Create a container
* Publish a container
* Overview of Docker networking

Contents:

.. toctree::
:maxdepth: 2
:caption: Getting Started

getting-started/intro
getting-started/topology
getting-started/connecting-to-udf

.. toctree::
:maxdepth: 2
:caption: Labs

labs/setting-up
labs/lab1
labs/lab2
labs/lab3
labs/lab4

.. toctree::
:maxdepth: 2
:caption: Appendix

Appendix/appendix

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit bfceae5

Please sign in to comment.