index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
layer
/
layer.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/containerfs: drop ContainerFS type alias
Cory Snider
2022-09-23
1
-3
/
+2
*
remove unneeded "digest" alias for "go-digest"
Sebastiaan van Stijn
2022-03-04
1
-1
/
+1
*
layer: remove unused ErrActiveMount, ErrNotMounted, ErrNotSupported
Sebastiaan van Stijn
2022-03-02
1
-13
/
+0
*
layer: remove unused error return from .Size() and .DiffSize()
Sebastiaan van Stijn
2022-01-24
1
-2
/
+2
*
fix typo in comments
Kaijie Chen
2021-03-02
1
-1
/
+1
*
goimports: fix imports
Sebastiaan van Stijn
2019-09-18
1
-1
/
+1
*
add ApplyDiff to RWLayer
Evan Hazlett
2019-04-25
1
-0
/
+3
*
Remove metadata store interface
Derek McGowan
2018-03-06
1
-48
/
+0
*
Add canonical import comment
Daniel Nephin
2018-02-05
1
-1
/
+1
*
Remove OS() from layer interface
John Howard
2018-01-18
1
-7
/
+0
*
Address feedback from Tonis
John Howard
2018-01-18
1
-2
/
+2
*
LCOW: Refactor to multiple layer-stores based on feedback
John Howard
2018-01-18
1
-5
/
+6
*
LCOW: Re-coalesce stores
John Howard
2018-01-18
1
-16
/
+11
*
LCOW: API: Add platform to /images/create and /build
John Howard
2017-10-06
1
-12
/
+12
*
LCOW: Implemented support for docker cp + build
Akash Gupta
2017-09-14
1
-2
/
+3
*
Update logrus to v1.0.1
Derek McGowan
2017-07-31
1
-1
/
+1
*
LCOW: Pass platform through into layer store
John Howard
2017-06-20
1
-2
/
+2
*
LCOW: Adds platform to the layer store
John Howard
2017-06-20
1
-0
/
+13
*
*: use opencontainers/go-digest package
Stephen J Day
2017-01-06
1
-1
/
+1
*
Move CreateRWLayer() parameters in a struct
Vivek Goyal
2016-11-16
1
-1
/
+8
*
Remove TarStreamFrom from RWLayer interface
Derek McGowan
2016-11-01
1
-3
/
+4
*
Adds ability to squash image after build
Brian Goff
2016-11-01
1
-0
/
+3
*
Add Map() method to LayerStore interface
Kenfe-Mickael Laventure
2016-09-29
1
-0
/
+1
*
fix some typos
bin liu
2016-06-21
1
-1
/
+1
*
Use describable interfaces
Derek McGowan
2016-06-06
1
-11
/
+8
*
Merge pull request #22866 from jstarks/foreign_layers
Arnaud Porterie
2016-06-07
1
-0
/
+12
|
\
|
*
Support layers from external URLs
John Starks
2016-05-25
1
-0
/
+12
*
|
Remove mountedLayer Mount and Unmount
Michael Crosby
2016-05-23
1
-1
/
+0
|
/
*
Merge pull request #21372 from anusha-ragunathan/ctrd-rebase
Sebastiaan van Stijn
2016-03-30
1
-0
/
+1
|
\
|
*
Update mount state of live containers after a daemon crash.
Anusha Ragunathan
2016-03-29
1
-0
/
+1
*
|
CLI flag for docker create(run) to change block device size.
Shishir Mahajan
2016-03-28
1
-1
/
+1
|
/
*
Move layer mount refcounts to mountedLayer
Brian Goff
2016-03-23
1
-0
/
+4
*
Revert "Move layer mount refcounts to mountedLayer"
Tonis Tiigi
2016-03-23
1
-4
/
+0
*
Move layer mount refcounts to mountedLayer
Brian Goff
2016-03-22
1
-0
/
+4
*
Replace execdrivers with containerd implementation
Tonis Tiigi
2016-03-18
1
-0
/
+1
*
fix typos
allencloud
2016-03-11
1
-7
/
+7
*
Update code to compile against new manifest interface
Aaron Lehmann
2016-01-08
1
-6
/
+1
*
Parallel migration and optimizations
Tonis Tiigi
2016-01-04
1
-1
/
+1
*
Remove the graph driver from the daemon, move it into the layer store.
Daniel Nephin
2015-12-28
1
-0
/
+4
*
Refactor RWLayer to use referenced object instead of string
Derek McGowan
2015-12-23
1
-8
/
+26
*
Add metadata function to layer store
Derek McGowan
2015-12-14
1
-0
/
+1
*
Fix typos found across repository
Justas Brazauskas
2015-12-13
1
-2
/
+2
*
Make TarStream return an io.ReadCloser
Aaron Lehmann
2015-11-25
1
-1
/
+1
*
Add layer store
Derek McGowan
2015-11-24
1
-0
/
+238