blob: c82d40c8bf7912eff304a7f06e70efc595d3dd77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
:show-inheritance:
:inherited-members:
|