moby--moby/engine
Josh Poimboeuf 94821a3353 Move root symlink check to engine.New
Since commit c91c365, when starting the docker daemon without an
existing /var/lib/docker directory, it fails with:

  2013/12/18 23:39:36 Unable to canonicalize root (%!s(*string=0xc210077c80)): lstat /var/lib/docker: no such file or directory

Move the symlink checking code to engine.New after the root dir has been
created.
2013-12-19 00:39:12 -06:00
..
MAINTAINERS Temporarily remve @shykes from engine/MAINTAINERS 2013-12-13 13:51:20 -08:00
engine.go Move root symlink check to engine.New 2013-12-19 00:39:12 -06:00
engine_test.go Engine: better testing of streams and of basic engine primitives. Coverage=81.2% 2013-11-30 00:25:46 +00:00
env.go add GetenvInt64 ans SetenvInt64 2013-12-13 16:29:22 -08:00
env_test.go fixed some `go vet` issues. 2013-11-29 22:53:20 -02:00
hack.go gofmt 2013-11-13 19:25:55 +00:00
helpers_test.go Engine: integer job status, improved stream API 2013-11-30 00:25:46 +00:00
http.go Engine: convenience http transport for simple remote job execution 2013-12-08 07:33:23 +00:00
job.go add GetenvInt64 ans SetenvInt64 2013-12-13 16:29:22 -08:00
job_test.go Engine: better testing of streams and of basic engine primitives. Coverage=81.2% 2013-11-30 00:25:46 +00:00
streams.go Engine: integer job status, improved stream API 2013-12-11 11:52:59 -08:00
streams_test.go Engine: Output.AddEnv decodes structured data from the standard output of a job 2013-12-08 06:16:10 +00:00