Can we docker-in-docker yet

This commit is contained in:
Simon Sapin 2018-09-04 18:31:40 +02:00
parent 3374061a89
commit 1e6dd1c4d2

View file

@ -57,6 +57,9 @@ def create_task(name, command, artifacts=None, dependencies=None, env=None, cach
} }
for artifact_name, path in artifacts or [] for artifact_name, path in artifacts or []
}, },
"features": [
"dind", # docker-in-docker
],
}, },
} }
queue.createTask(task_id, payload) queue.createTask(task_id, payload)