diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 11:01:47 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 11:01:47 +0200 |
commit | 338332ec965232d6e67819d34059f00e68ae2077 (patch) | |
tree | 597c07915cbe1ea6dbbef9db93b983cff9c5d4ba | |
parent | ff6bc9edb9ebd0c8151faa173339780ba924ae6f (diff) | |
download | podman-docker-builder-338332ec965232d6e67819d34059f00e68ae2077.tar.gz |
silence emulation notification
-rwxr-xr-x | configure-podman | 3 |
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 |