Tonis Tiigi
|
6705477673
Fix misuses of format based logging functions
|
10 years ago |
Michael Crosby
|
039aa2741f
Merge pull request #8964 from jlhawn/image_checksum
|
10 years ago |
Recursive Madman
|
5cd53195fd
Don't loose precision when parsing image size on 32 bit machines. Presumably fixes #8979.
|
10 years ago |
Josh Hawn
|
059e589c34
Compute TarSum on storage of image layer content
|
10 years ago |
unclejack
|
4dbbe4f51a
image: stream img JSON & Decode in LoadImage
|
10 years ago |
Josh Hawn
|
26184de8ab
Remove `jsonData` argument from `image.StoreImage`
|
10 years ago |
Alexandr Morozov
|
ee7dd44c01
Mass gofmt
|
10 years ago |
Alexandr Morozov
|
7c62cee51e
Use logrus everywhere for logging
|
10 years ago |
Rafe Colton
|
30d5a42c1f
Move archive package into pkg/archive
|
10 years ago |
Josh Hawn
|
dee6b481fe
Refactor use of graphdriver.Differ
|
11 years ago |
unclejack
|
76212635b5
move some io related utils to pkg/ioutils
|
11 years ago |
Solomon Hykes
|
2a39635d30
Cleanup: move image depth checks in image/
|
11 years ago |
Josiah Kiehl
|
a02f67be5b
Extract log utils into pkg/log
|
11 years ago |
Victor Vieux
|
b3ee9ac74e
update go import path and libcontainer
|
11 years ago |
Vincent Batts
|
d3bc787bca
docker save: raw json
|
11 years ago |
Michael Crosby
|
f0e6e135a8
Initial work on selinux patch
|
11 years ago |
Alexander Larsson
|
359b7df5d2
Rename runtime/* to daemon/*
|
11 years ago |
Michael Crosby
|
2bddcd68b4
Gofmt imports
|
11 years ago |
Michael Crosby
|
96c4816cef
Move graphdrivers into runtime top level pkg
|
11 years ago |
Michael Crosby
|
82a5439835
Move image into sub pkg
|
11 years ago |
Solomon Hykes
|
dd0227b700
Removed deprecated docker/image package
|
12 years ago |
Solomon Hykes
|
c59fff422f
gofmt
|
12 years ago |
Solomon Hykes
|
5e2f0639c6
dockerd: create /var/lib/docker if it doesn't exist
|
12 years ago |
Solomon Hykes
|
059837c92a
Upload or download gzipped and bzipped images with put/pull -j/-b
|
12 years ago |
Solomon Hykes
|
de1c361a6e
docker rmi: remove an image
|
12 years ago |
Solomon Hykes
|
f8f9285cca
Fix bug introduced in c7a944caf28d85bd26f4031465e958006a764ac2 which caused 'docker images' to crash
|
12 years ago |
Solomon Hykes
|
c7a944caf2
List containers ordered by creation time
|
12 years ago |
Solomon Hykes
|
49da84d7c4
Fixed a bug which caused 'docker cp' to fail when the destination name already exists.
|
12 years ago |
Solomon Hykes
|
2dadcf9b81
Fixed bug which caused AUFS layers to be mounted in the wrong order.
|
12 years ago |
Solomon Hykes
|
904b0ab52b
Experimenting with a UI which differentiates images and containers
|
12 years ago |