moby--moby/engine
Solomon Hykes a1754c7e46 Engine: Receiver and Sender preserve Job.Env
When sending a new job to a `engine.Sender`, the corresponding
`engine.Receiver` will receive that job with its environment preserved.
Previously the job name, arguments and streams were preserved but the
env was lost.

Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
2014-05-09 17:10:33 -07:00
..
rengine engine: 'rengine' is a small command-line utility to debug remote engine 2014-04-25 17:23:47 -07:00
spawn engine/spawn: run an engine in a subprocess, remote-controlled by Beam 2014-04-27 14:11:46 -07:00
MAINTAINERS Fix various MAINTAINERS format inconsistencies 2014-04-30 11:22:11 -06:00
engine.go Engine: empty job names are illegal, catchall or not 2014-05-02 15:25:33 -07:00
engine_test.go Engine: empty job names are illegal, catchall or not 2014-05-02 15:25:33 -07:00
env.go Engine: Env.MultiMap, Env.InitMultiMap: import/export to other formats 2014-05-09 17:06:32 -07:00
env_test.go Engine: Env.MultiMap, Env.InitMultiMap: import/export to other formats 2014-05-09 17:06:32 -07:00
hack.go
helpers_test.go Remove error from engine.New() 2014-04-23 11:54:35 -07:00
http.go
job.go Engine: ensure all pipes are properly closed by Receiver and Sender 2014-05-09 16:12:21 -07:00
job_test.go Remove error from engine.New() 2014-04-23 11:54:35 -07:00
remote.go Engine: Receiver and Sender preserve Job.Env 2014-05-09 17:10:33 -07:00
remote_test.go Engine: Receiver and Sender preserve Job.Env 2014-05-09 17:10:33 -07:00
streams.go Cast Input and Output to closer 2014-05-08 12:57:19 -07:00
streams_test.go
table.go move Table to a separate file and add additional unit tests 2014-05-08 02:31:23 +00:00
table_test.go move Table to a separate file and add additional unit tests 2014-05-08 02:31:23 +00:00