diff options
Diffstat (limited to 'doc/docker.rst')
-rw-r--r-- | doc/docker.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/docker.rst b/doc/docker.rst new file mode 100644 index 0000000..004240d --- /dev/null +++ b/doc/docker.rst @@ -0,0 +1,13 @@ +Docker +============= + +`Docker <https://www.docker.com/>`_ is a container runtime +environment. + +To use the Docker testbed the Docker software needs to be installed, +see `Install Docker <https://docs.docker.com/install/>`_ and complete +`Post-installation steps for Linux +<https://docs.docker.com/install/linux/linux-postinstall/>`_. + +.. automodule:: rumba.testbeds.dockertb + :member-order: bysource |