moby--moby/graph
Vincent Batts 092d52281d Merge pull request #9970 from shishir-a412ed/docker_load_issue
Implementation of docker load command, load the tar ball directly into /var/lib/docker/graph
2015-01-20 14:15:41 -05:00
..
MAINTAINERS
export.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
graph.go
history.go
import.go
list.go move test to the daemon 2015-01-16 21:49:46 +00:00
load.go Implementation of docker load command: Untarr the incoming tar stream directly into /var/lib/docker/tmp without creating the tar ball 2015-01-19 15:09:02 -05:00
load_unsupported.go
manifest.go Refactor from feedback 2015-01-15 14:05:06 -08:00
pools_test.go
pull.go Remove session backup 2015-01-15 14:05:06 -08:00
push.go Cleanup v2 session to require endpoint 2015-01-15 14:05:06 -08:00
service.go Push flow 2015-01-15 14:05:05 -08:00
tag.go
tags.go Update push to sign with the daemon's key when no manifest is given 2015-01-15 14:05:06 -08:00
tags_unit_test.go Update push to sign with the daemon's key when no manifest is given 2015-01-15 14:05:06 -08:00
viz.go