COMMITS
/ daemon/create.go March 16, 2016
E
add label support for build, networks and volumes
Evan Hazlett committed
March 2, 2016
S
validate log-opt when creating containers AGAIN
Shijiang Wei committed
February 27, 2016
S
validate log-opt when creating containers
Shijiang Wei committed
February 25, 2016
D
Remove static errors from errors package.
David Calavera committed
February 24, 2016
Q
Support update swap memory only
Qiang Huang committed
January 21, 2016
A
Reject multiple networks on container creation
Alessandro Boch committed
January 8, 2016
S
Allow external volume drivers to host anonymous volumes and copy existing data from image.
Stephen Rust committed
A
Allow user to choose the IP address for the container
Alessandro Boch committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
September 23, 2015
B
Move responsibility of ls/inspect to volume driver
Brian Goff committed
M
refactor create to not expose internal data structures
Morgan Bauer committed
December 22, 2015
D
Add volume events.
David Calavera committed
D
Revert create return parameter removal
Derek McGowan committed
December 21, 2015
D
Fix race condition between container register and mount
Derek McGowan committed
December 16, 2015
D
Refactor RWLayer to use referenced object instead of string
Derek McGowan committed
T
builder: remove daemon dependency in ContainerCreate()
Tibor Vass committed
December 18, 2015
D
Move Config and HostConfig from runconfig to types/container.
David Calavera committed
V
Merge pull request #18721 from tiborvass/remove-dependencies-from-builder
Vincent Demeester committed
December 13, 2015
L
update network settings on container creating
Lei Jitang committed
December 11, 2015
D
Rename `Daemon.Get` to `Daemon.GetContainer`.
David Calavera committed
December 4, 2015
M
move configs structs to remove dependency on daemon
Morgan Bauer committed
November 12, 2015
D
Move Container to its own package.
David Calavera committed
December 2, 2015
B
Merge pull request #18285 from hqhq/hq_fix_swappiness
Brian Goff committed
December 1, 2015
A
Fix race between two ContainerRm
Alexander Morozov committed
November 30, 2015
Q
Move security opt adaption to adapt function
Qiang Huang committed
S
fix 2 corner cases in container create cleanup and container removal
Shijiang Wei committed
November 18, 2015
T
Update daemon and docker core to use new content addressable storage
Tonis Tiigi committed
October 28, 2015
D
Relabel BTRFS Content on container Creation
Dan Walsh committed
November 5, 2015
B
Merge pull request #17671 from Microsoft/sjw/skip_mount_on_create
Brian Goff committed
November 4, 2015
J
Merge pull request #17673 from LK4D4/elim_str_comparison
Jess Frazelle committed
S
Optimize Create Container to skip extra mount on Windows.
Stefan J. Wernli committed
A
Do not rely on string comparison in truncindex
Alexander Morozov committed
November 3, 2015
D
Remove further references to the daemon within containers.
David Calavera committed
D
Decouple daemon and container to log events.
David Calavera committed
D
Decouple daemon and container to manage volumes.
David Calavera committed
D
Decouple daemon and container to mount and unmount filesystems.
David Calavera committed
November 2, 2015
A
Fix go vet warnings
Alexander Morozov committed
September 10, 2015
J
Windows: Add volume support
John Howard committed
D
Add context.RequestID to event stream
Doug Davis committed
October 4, 2015
K
volume create error on conflict option
Kun Zhang committed
September 6, 2015
T
Abstract builder and implement server-side dockerfile builder
Tibor Vass committed
September 29, 2015
T
Revert "Merge pull request #16228 from duglin/ContextualizeEvents"
Tibor Vass committed
T
Revert "Merge pull request #16567 from calavera/context_per_request"
Tibor Vass committed
September 25, 2015
J
Merge pull request #16567 from calavera/context_per_request
Jess Frazelle committed
September 24, 2015
D
Define a context per request.
David Calavera committed
September 17, 2015
D
Move api/errors/ to errors/
Doug Davis committed
September 16, 2015
D
Convert some "daemon" static error strings to the new errocode package format
Doug Davis committed
September 14, 2015
D
Remove volume references when container creation fails.
David Calavera committed
September 9, 2015
B
Merge pull request #15798 from calavera/volume_driver_host_config
Brian Goff committed
September 7, 2015
M
before adjusting should check whether need return or not
Ma Shimiao committed