Story #5865
[Crunch] Run a local job using a docker image directly from the shell VM (without writing the docker image to Keep)
Start date:
04/13/2015
Due date:
% Done:
0%
Estimated time:
Story points:
2.0
Description
The objective is to make this development cycle much quicker:
- Edit Dockerfile.
- Rebuild docker image.
- Run job using new docker image.
- Start a shell whose environment is identical to that of a running task. In other words, run a job with a single task, using
script="bash"
.