aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/simulations/examples/ping-pong.go
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/simulations/examples/ping-pong.go')
-rw-r--r--p2p/simulations/examples/ping-pong.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/p2p/simulations/examples/ping-pong.go b/p2p/simulations/examples/ping-pong.go
index 597cc950c..cde2f3a67 100644
--- a/p2p/simulations/examples/ping-pong.go
+++ b/p2p/simulations/examples/ping-pong.go
@@ -70,14 +70,6 @@ func main() {
log.Info("using exec adapter", "tmpdir", tmpdir)
adapter = adapters.NewExecAdapter(tmpdir)
- case "docker":
- log.Info("using docker adapter")
- var err error
- adapter, err = adapters.NewDockerAdapter()
- if err != nil {
- log.Crit("error creating docker adapter", "err", err)
- }
-
default:
log.Crit(fmt.Sprintf("unknown node adapter %q", *adapterType))
}