COMMITS
/ daemon/inspect.go March 17, 2016
A
fix typos in several files
allencloud committed
February 10, 2016
D
Remove daemon dependency from api/server.
David Calavera committed
September 4, 2015
B
Build names and links at runtime
Brian Goff committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 16, 2015
D
Refactor RWLayer to use referenced object instead of string
Derek McGowan committed
December 15, 2015
D
Add metadata function to layer store
Derek McGowan committed
December 11, 2015
D
Rename `Daemon.Get` to `Daemon.GetContainer`.
David Calavera committed
December 9, 2015
D
Move networking api types to the api/types/networking package.
Daniel Nephin committed
November 12, 2015
D
Move Container to its own package.
David Calavera committed
November 24, 2015
D
Move versioned references of inspect functions to the daemon.
David Calavera committed
November 18, 2015
T
Update daemon and docker core to use new content addressable storage
Tonis Tiigi committed
November 20, 2015
D
Move exec store to its own package inside the daemon.
David Calavera committed
November 5, 2015
D
Remove exec-driver global daemon option.
David Calavera committed
November 3, 2015
D
Decouple daemon and container to mount and unmount filesystems.
David Calavera committed
November 2, 2015
A
Fix go vet warnings
Alexander Morozov committed
October 30, 2015
D
Fix network inspect for default networks.
David Calavera committed
October 27, 2015
D
Extract network settings types for inspect.
David Calavera committed
October 19, 2015
A
Return empty Config fields, now omitempty, for API < 1.21
Antonio Murdaca committed
September 25, 2015
Z
add size to inspect
Zhang Kun committed
September 24, 2015
D
Extract api types to version packages.
David Calavera committed
September 29, 2015
T
Revert "Merge pull request #16228 from duglin/ContextualizeEvents"
Tibor Vass committed
September 10, 2015
D
Add context.RequestID to event stream
Doug Davis committed
August 24, 2015
D
Move VolumeDriver to HostConfig to make containers portable.
David Calavera committed
August 28, 2015
D
Merge pull request #15310 from MHBauer/demon-lint-squash
David Calavera committed
A
Merge pull request #15023 from hqhq/hq_add_status_in_inspect
Alexander Morozov committed
July 30, 2015
M
golint fixes for daemon/ package
Morgan Bauer committed
June 12, 2015
B
Add volume API/CLI
Brian Goff committed
August 17, 2015
A
Fix LogConfig.Config in inspect
Alexander Morozov committed
B
Fix `inspect` output when no log driver specified
Brian Goff committed
July 23, 2015
Z
fix golint warnings/errors on package api/types/
Zhang Wei committed
July 28, 2015
Q
Add status string to State field for inspect
Qiang Huang committed
July 16, 2015
J
Windows: Factoring out unused fields
John Howard committed
July 25, 2015
V
Lint fixes on runconfig
Vincent Demeester committed
July 27, 2015
J
Merge pull request #14852 from rhatdan/relabel
Jessie Frazelle committed
July 26, 2015
A
Format times in inspect command with a template as RFC3339Nano
Antonio Murdaca committed
July 22, 2015
D
Rename internel field Relabel to Mode
Dan Walsh committed
June 3, 2015
D
Expose new mount points structs in inspect.
David Calavera committed
July 8, 2015
M
Remove exec config from container after exit
Michael Crosby committed
June 15, 2015
June 2, 2015
A
Expose old config field for api < 1.19
Antonio Murdaca committed
A
Remove old struct
Antonio Murdaca committed
May 19, 2015
D
Volumes refactor and external plugin implementation.
David Calavera committed
May 11, 2015
A
Remove API codepaths < 1.12
Antonio Murdaca committed
April 13, 2015
A
Remove job from container_inspect
Antonio Murdaca committed
April 11, 2015
A
Remove job from execInspect
Antonio Murdaca committed
March 25, 2015
A
Remove engine.Status and replace it with standard go error
Antonio Murdaca committed
February 4, 2015
A
Default 'json-file' logging driver and none logging driver
Alexander Morozov committed
February 6, 2015
B
add logpath to docker inspect.
Bradley Cicenas committed
December 16, 2014
A
Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069
Andrew C. Bodine committed
December 23, 2014
V
add ExecIDs in inspect
Victor Vieux committed