Merge pull request #77 from bengtfredh/master

Added support for podman
This commit is contained in:
Alexey Bannov 2020-05-20 17:22:54 +03:00 committed by GitHub
commit c1420b874f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ fi
chmod -R 444 ${APP_PRIVATE_DATA_DIR}
if cat /proc/1/cgroup | grep -qE "docker|lxc|kubepods"; then
if cat /proc/1/cgroup | grep -qE "docker|lxc|kubepods|libpod"; then
DOCKER_ENABLED=true;
else
DOCKER_ENABLED=false;