COMMITS
/ daemon/create_unix.go March 22, 2016
T
Merge pull request #21270 from ehazlett/resource-labels
Tibor Vass committed
March 16, 2016
E
add label support for build, networks and volumes
Evan Hazlett committed
March 15, 2016
B
Add explicit flags for volume cp/no-cp
Brian Goff committed
March 8, 2016
P
Ensure WORKDIR is created with remapped root ownership
Phil Estes committed
February 25, 2016
D
Remove static errors from errors package.
David Calavera committed
January 22, 2016
B
Merge pull request #19190 from srust/volume_driver_parity_again
Brian Goff committed
January 14, 2016
D
Merge pull request #19155 from coolljt0725/create_cwd_on_create
David Calavera committed
January 8, 2016
S
Allow external volume drivers to host anonymous volumes and copy existing data from image.
Stephen Rust committed
L
Create the working directory on container creation
Lei Jitang committed
B
On create, copy image data for named volumes.
Brian Goff 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
December 18, 2015
D
Move Config and HostConfig from runconfig to types/container.
David Calavera committed
November 12, 2015
D
Move Container to its own package.
David Calavera committed
November 4, 2015
S
Optimize Create Container to skip extra mount on Windows.
Stefan J. Wernli committed
A
Remove unnecessary var decls
Alexander Morozov committed
November 3, 2015
D
Remove further references to the daemon within containers.
David Calavera committed
September 10, 2015
J
Windows: Add volume support
John Howard committed
September 29, 2015
B
Do not parse config.Volumes for named volumes
Brian Goff 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 11, 2015
D
Vendor libcontainer v0.0.4
David Calavera committed
September 9, 2015
B
Merge pull request #15798 from calavera/volume_driver_host_config
Brian Goff committed
August 24, 2015
D
Move VolumeDriver to HostConfig to make containers portable.
David Calavera committed
September 2, 2015
B
Set bind driver after volume is created
Brian Goff committed
June 12, 2015
B
Add volume API/CLI
Brian Goff committed
August 12, 2015
C
added check for bind on create to determine local volume driver
Clinton Kitson committed
July 29, 2015
A
Replace GenerateRandomID with GenerateNonCryptoID
Alexander Morozov committed
July 16, 2015
J
Windows: Factoring out unused fields
John Howard committed