agola/internal/services/executor/driver
Simone Gotti b3672bf927 docker driver: use toolbox exec
Older version of docker doesn't support the exec api Env and WorkingDir options.

Support these versions by doing the same we already do with the k8s driver: use
the `toolbox exec` command that will set the provided Env, change the cwd to the
WorkingDir and the exec the wanted command.
2019-08-04 18:09:34 +02:00
..
docker_test.go docker driver: use toolbox exec 2019-08-04 18:09:34 +02:00
docker.go docker driver: use toolbox exec 2019-08-04 18:09:34 +02:00
driver.go *: export clients and related types 2019-08-02 12:02:01 +02:00
k8s_test.go docker driver: use toolbox exec 2019-08-04 18:09:34 +02:00
k8s.go *: export clients and related types 2019-08-02 12:02:01 +02:00
k8slease.go executor: fix linter errors 2019-07-02 15:18:52 +02:00