• add dockerEnabled option (#191)

    admin released this 2020-11-16 00:41:12 +00:00 | 1603 commits to master since this release

    Add dockerEnabled option for users who does not need docker and want not to run privileged container.
    if dockerEnabled == false, dind container not run, and there are no privileged container.

    Do the same as closed #96

    Downloads