Skip to content
  • 20th (Victor Nikulshin)'s avatar
    Avoid `fab_run()` for Docker tasks · 08884967
    20th (Victor Nikulshin) authored and Victor Nikulshin's avatar Victor Nikulshin committed
    It makes sense (and even possible at all) to controll Docker containers from
    local environment. Replacing `fab_run()` directly with `local()` calls ensures
    that container management will not be performed inside of Docker instance or on
    remote server because of a configuration error.
    08884967