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
/
container
/
container.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Swarm config: use absolute paths for mount destination strings
Akihiro Suda
2021-05-18
1
-0
/
+11
*
replace pkg/symlink with github.com/moby/sys/symlink
Sebastiaan van Stijn
2020-11-03
1
-1
/
+1
*
Use strings.Index instead of strings.Split
Brian Goff
2020-04-24
1
-5
/
+13
*
Support configuration of log cacher.
Brian Goff
2020-02-19
1
-11
/
+14
*
Support reads for all log drivers.
Brian Goff
2020-02-19
1
-2
/
+24
*
Remove refs to jhowardmsft from .go code
John Howard
2019-09-25
1
-1
/
+1
*
goimports: fix imports
Sebastiaan van Stijn
2019-09-18
1
-1
/
+1
*
Handle blocked I/O of exec'd processes
Michael Crosby
2019-06-21
1
-1
/
+1
*
Merge pull request #37092 from cpuguy83/local_logger
Sebastiaan van Stijn
2018-08-20
1
-1
/
+17
|
\
|
*
Add new `local` log driver
Brian Goff
2018-08-17
1
-1
/
+17
*
|
Add ADD/COPY --chown flag support to Windows
Salahuddin Khan
2018-08-13
1
-2
/
+2
|
/
*
Move network operations out of container package
Brian Goff
2018-05-10
1
-376
/
+1
*
Switch from x/net/context -> context
Kir Kolyshkin
2018-04-23
1
-1
/
+1
*
Move mount parsing to separate package.
Brian Goff
2018-04-19
1
-4
/
+5
*
container.BaseFS: check for nil before deref
Kir Kolyshkin
2018-03-13
1
-0
/
+3
*
Merge pull request #36272 from mnussbaum/36255-fix_log_path
Brian Goff
2018-02-27
1
-6
/
+3
|
\
|
*
Fix empty LogPath with non-blocking logging mode
junzhe and mnussbaum
2018-02-20
1
-6
/
+3
*
|
Merge configs/secrets in unix implementation
Brian Goff
2018-02-16
1
-33
/
+1
*
|
Store configs that contain secrets on tmpfs
Aaron Lehmann
2018-02-16
1
-1
/
+18
|
/
*
Add canonical import comment
Daniel Nephin
2018-02-05
1
-1
/
+1
*
Make container resource mounts unbindable
Brian Goff
2018-01-16
1
-8
/
+21
*
Remove libcontainerd.IOPipe
Daniel Nephin
2018-01-09
1
-2
/
+1
*
Update daemon code for containerd API changes
Michael Crosby
2017-11-30
1
-7
/
+7
*
Increase container default shutdown timeout on Windows
Darren Stahl
2017-10-23
1
-5
/
+0
*
Update libcontainerd to use containerd 1.0
Kenfe-Mickael Laventure
2017-10-20
1
-3
/
+34
*
LCOW: API: Add platform to /images/create and /build
John Howard
2017-10-06
1
-13
/
+12
*
Merge pull request #34252 from Microsoft/akagup/lcow-remotefs-sandbox
Victor Vieux
2017-09-15
1
-8
/
+7
|
\
|
*
LCOW: Implemented support for docker cp + build
Akash Gupta
2017-09-14
1
-8
/
+7
*
|
Volume refactoring for LCOW
Simon Ferquel
2017-09-14
1
-1
/
+6
|
/
*
Add interfacer linter
Daniel Nephin
2017-08-24
1
-2
/
+6
*
LCOW: WORKDIR correct handling
John Howard
2017-08-17
1
-1
/
+6
*
Remove string checking in API error handling
Brian Goff
2017-08-15
1
-8
/
+9
*
chmod config.v2.json to 0600
yangshukui
2017-08-07
1
-1
/
+1
*
Update logrus to v1.0.1
Derek McGowan
2017-07-31
1
-1
/
+1
*
Fixing issue with driver opt not passed to drivers
Abhinandan Prativadi
2017-07-19
1
-3
/
+3
*
Include Endpoint List for Shared Endpoints
Madhan Raj Mookkandy
2017-07-06
1
-1
/
+2
*
LCOW: Fix nits from 33241
John Howard
2017-06-27
1
-4
/
+3
*
avoid re-reading json files when copying containers
Fabio Kung
2017-06-23
1
-20
/
+46
*
only Daemon.load needs to call label.ReserveLabel
Fabio Kung
2017-06-23
1
-4
/
+0
*
save deep copies of Container in the replica store
Fabio Kung
2017-06-23
1
-18
/
+4
*
Move checkpointing to the Container object
Fabio Kung
2017-06-23
1
-0
/
+15
*
LCOW: OCI Spec and Environment for container start
John Howard
2017-06-20
1
-0
/
+29
*
LCOW: Add platform to container, init on FromDisk()
John Howard
2017-06-20
1
-0
/
+9
*
LCOW: Remove CommonContainer - just Container
John Howard
2017-06-20
1
-12
/
+21
*
Partial refactor of UID/GID usage to use a unified struct.
Daniel Nephin
2017-06-07
1
-2
/
+2
*
Adding network specific options to service create/update
Abhinandan Prativadi
2017-05-17
1
-0
/
+8
*
Add config support to executor backend
Aaron Lehmann
2017-05-11
1
-1
/
+13
*
Use "local" secret paths based on the secretID
Aaron Lehmann
2017-05-10
1
-2
/
+3
*
support custom paths for secrets
Evan Hazlett
2017-05-10
1
-0
/
+17
*
Merge pull request #32909 from cpuguy83/32907_volume_unmount_on_cp
Sebastiaan van Stijn
2017-05-09
1
-13
/
+12
|
\
[next]