COMMITS
/ opts/opts.go December 10, 2015
D
Allow to set daemon and server configurations in a file.
David Calavera committed
December 29, 2015
D
Move some validators from opts to runconfig/opts.
Daniel Nephin committed
December 21, 2015
D
Move runconfig blkiodev options and parsing into runconfig/opts package.
Daniel Nephin committed
December 18, 2015
D
Move blkiodev package to types.
David Calavera committed
July 8, 2015
M
Add support for blkio read/write iops device
Ma Shimiao committed
M
Add support for blkio read/write bps device
Ma Shimiao committed
December 16, 2015
D
Move ParseLink and validators into runconfig.parse where they are used.
Daniel Nephin committed
D
Merge pull request #18682 from calavera/replace_units_package
David Calavera committed
D
Replace pkg/units with docker/go-units.
David Calavera committed
D
Move ParseDockerDaemonHost to opts/ package.
Daniel Nephin committed
June 12, 2015
M
Add support for blkio.weight_device
Ma Shimiao committed
B
Add volume API/CLI
Brian Goff committed
November 9, 2015
T
Merge pull request #17779 from calavera/fix_dns_regression
Tibor Vass committed
November 6, 2015
D
Use an empty slice as default value for DNS, DNSSearch and DNSOptions
David Calavera committed
J
Windows [TP4] localhost mitigation
John Howard committed
October 23, 2015
T
Merge pull request #16433 from Microsoft/10662-volumes5
Tibor Vass committed
S
Merge pull request #15780 from mountkin/build-multi-tags
Sebastiaan van Stijn committed
August 30, 2015
S
Add ability to add multiple tags with docker build
Shijiang Wei committed
September 10, 2015
J
Windows: Add volume support
John Howard committed
October 19, 2015
L
Make default tls host work
Lei Jitang committed
October 12, 2015
D
Remove used param on ParseHost
Doug Davis committed
August 21, 2015
S
Default the tcp port to 2376 if tls is on, and 2375 if not
Sven Dowideit committed
September 28, 2015
V
Revert environment regexp from 13694
Vincent Demeester committed
September 14, 2015
M
opts/opts.go: fix typo
Ma Shimiao committed
August 29, 2015
S
Change ParseTCPAddr to use tcp://127.0.0.0:2375 format as default consistently
Sven Dowideit committed
August 27, 2015
V
Finish linting opts and trust package.
Vincent Demeester committed
August 24, 2015
Q
Add mode check for device
Qiang Huang committed
Q
Change return value for ValidateMountMode
Qiang Huang committed
August 10, 2015
Q
Change all docker -d to docker daemon
Qiang Huang committed
July 25, 2015
A
Remove unused functions
Antonio Murdaca committed
May 5, 2015
T
cli: new daemon command and new cli package
Tibor Vass committed
July 12, 2015
V
Add test coverage to opts and refactor
Vincent Demeester committed
June 5, 2015
D
Minor doc edit to add clarity around the --volume path format
Doug Davis committed
May 21, 2015
A
Add syslog-address log-opt
Antonio Murdaca committed
May 7, 2015
A
Allow links to be specified with only the name if this matches the alias
Antonio Murdaca committed
May 4, 2015
W
Add log opts flag to pass in logging options
wlan0 committed
April 23, 2015
J
Windows: Change default listener to HTTP
jhowardmsft committed
April 13, 2015
A
Remove job from container_inspect
Antonio Murdaca committed
March 23, 2015
G
Cleanup redundant else statements find via golint #11602
George MacRorie committed
November 25, 2014
T
Restrict domain name to 255 characters
Tomáš Hrčka committed
March 4, 2015
J
Merge pull request #9437 from cpuguy83/set_rlimits_in_container
Jessie Frazelle committed
February 27, 2015
L
Add validate the input mac address on docker run command
Lei Jitang committed
February 11, 2015
B
Allow setting ulimits for containers
Brian Goff committed
February 9, 2015
P
Add more helpful error message for -add-host
Phil Estes committed
February 4, 2015
P
Allow IPv6 addresses in ExtraHosts option settings
Phil Estes committed
January 16, 2015
D
Docker run -e FOO should erase FOO if FOO isn't set in client env
Doug Davis committed
October 7, 2014
D
Deprecating ResolveRepositoryName
Don Kjer committed
November 20, 2014
V
add daemon labels
Victor Vieux committed
October 29, 2014
A
Fix input volume path check on Windows
Ahmet Alp Balkan committed
September 13, 2014
T
Allow extra lines in /etc/hosts
Tim Hockin committed