aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-07-13 11:01:47 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-07-13 11:01:47 +0200
commit338332ec965232d6e67819d34059f00e68ae2077 (patch)
tree597c07915cbe1ea6dbbef9db93b983cff9c5d4ba
parentff6bc9edb9ebd0c8151faa173339780ba924ae6f (diff)
downloadpodman-docker-builder-338332ec965232d6e67819d34059f00e68ae2077.tar.gz
silence emulation notification
-rwxr-xr-xconfigure-podman3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure-podman b/configure-podman
index 3992043..1ccd95a 100755
--- a/configure-podman
+++ b/configure-podman
@@ -17,4 +17,7 @@ cp /usr/share/containers/libpod.conf /etc/containers
sed -i.orig -e '/^cgroup_manager/s/systemd/cgroupfs/' /etc/containers/libpod.conf
diff -u /etc/containers/libpod.conf.orig /etc/containers/libpod.conf
+# silence emulation notification
+touch /etc/containers/nodocker
+
exit 0