summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt-docker/module.conf.ubuntu
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.ubuntu
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.ubuntu')
-rw-r--r--core/modules/run-virt-docker/module.conf.ubuntu2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/run-virt-docker/module.conf.ubuntu b/core/modules/run-virt-docker/module.conf.ubuntu
new file mode 100644
index 00000000..f2880ae5
--- /dev/null
+++ b/core/modules/run-virt-docker/module.conf.ubuntu
@@ -0,0 +1,2 @@
+#!/bin/bash
+REQUIRED_INSTALLED_PACKAGES="pv"