summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt-docker/module.conf
diff options
context:
space:
mode:
authorralph isenmann2021-08-13 10:49:32 +0200
committerralph isenmann2021-08-13 11:03:40 +0200
commitf967d493f53587566df2ffb7aaea699eeedb26e2 (patch)
treece5df34ee35f78eacd8a1ba06a081eec1302af50 /core/modules/run-virt-docker/module.conf
parent[vbox-src] explicit '--system' option (diff)
downloadmltk-f967d493f53587566df2ffb7aaea699eeedb26e2.tar.gz
mltk-f967d493f53587566df2ffb7aaea699eeedb26e2.tar.xz
mltk-f967d493f53587566df2ffb7aaea699eeedb26e2.zip
[run-virt-docker] update plugin
- pull images directly if an image repository is specified - docker load directly into daemon, use pv (pipeview) to display transfere progress - use specified command for container run (CONTAINER_RUN_COMMAND)
Diffstat (limited to 'core/modules/run-virt-docker/module.conf')
-rw-r--r--core/modules/run-virt-docker/module.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/run-virt-docker/module.conf b/core/modules/run-virt-docker/module.conf
index 8811668a..749da396 100644
--- a/core/modules/run-virt-docker/module.conf
+++ b/core/modules/run-virt-docker/module.conf
@@ -1,4 +1,4 @@
#!/bin/bash
-REQUIRED_BINARIES=""
+REQUIRED_BINARIES="pv"
REQUIRED_LIBRARIES=""
REQUIRED_DIRECTORIES=""