diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 | 
1 files changed, 14 insertions, 0 deletions
| @@ -160,6 +160,20 @@ Example scripts can be found in the examples/ folder.     for the previous commands, without changing the user (e.g. using su     or sudo). + * [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/) + +   To use a Docker testbed you can for example use: + +        tb = docker.Testbed(exp_name = "ouroboros", +                            base_image = "ouroborosrumba/prototype") + +   This will pull the latest ouroboros image from Docker Hub. +  ## Accessing nodes after swap-in     To access a node once the experiment swapped in, use the following | 
