• add dockerEnabled option (#191)

    gitea-admin released this 2020-11-15 19:41:12 -05: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