aboutsummaryrefslogtreecommitdiff
path: root/examples/docker-ouroboros.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docker-ouroboros.py')
-rwxr-xr-xexamples/docker-ouroboros.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/docker-ouroboros.py b/examples/docker-ouroboros.py
index 1c6009c..ce30fdb 100755
--- a/examples/docker-ouroboros.py
+++ b/examples/docker-ouroboros.py
@@ -53,8 +53,7 @@ for i in range(0, args.nodes):
nodes[0].add_dif(shim_prev)
nodes[0].add_dif_registration(n01, shim_prev)
-tb = docker.Testbed(exp_name = "ouroboros",
- base_image = "ouroborosrumba/prototype")
+tb = docker.Testbed(exp_name = "ouroboros")
exp = our.Experiment(tb, nodes = nodes)