COMMITS
/ api/client/ps.go March 16, 2016
V
Update api/client file to use context
Vincent Demeester committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 18, 2015
V
Add --format support to images command
Vincent Demeester committed
December 15, 2015
D
Move filters package to the API.
David Calavera committed
December 4, 2015
D
Create interface that clients that talk to the api must fulfill.
David Calavera committed
D
Implement docker ps with standanlone client lib.
David Calavera committed
November 26, 2015
D
Make filtering a linear operation.
David Calavera committed
November 5, 2015
W
Re-implement --before and --since as options for --filter
Wen Cheng Ma committed
November 9, 2015
A
Remove deprecated cli flags
Antonio Murdaca committed
October 8, 2015
L
Use consistent command description
Lei Jitang committed
August 14, 2015
D
Fix ignore `-q` flag in `docker ps` when there is a default format.
David Calavera committed
May 5, 2015
T
cli: new daemon command and new cli package
Tibor Vass committed
July 17, 2015
P
ps --format: Add config.js doc, fix gofmt, add integration tests
Phil Estes committed
May 1, 2015
D
Docker ps custom formatting.
David Calavera committed
January 21, 2015
J
docker ps: add fields for ordering and column selection
Jeff Mickey committed
July 10, 2015
J
Windows: Remove meaningless warnings on docker info
John Howard committed
July 3, 2015
M
api/client: close the returned io.ReadCloser
Ma Shimiao committed
June 22, 2015
S
Display when a container is in --net=host in docker ps
Sujith Haridasan committed
June 15, 2015
J
Merge pull request #13869 from jlhawn/multi_line_help_usage
Josh Hawn committed
May 14, 2015
J
api/client: have cli.call() return headers
Josh Hawn committed
J
api/client: Allow for multi-line usage help
Josh Hawn committed
May 15, 2015
V
Revert "Fix inconsistent date formats in API"
Victor Vieux committed
March 24, 2015
H
Fix inconsistent date formats in API
Hu Keping committed
April 26, 2015
A
Small if err cleaning
Antonio Murdaca committed
March 29, 2015
A
Refactor utils/utils, fixes #11923
Antonio Murdaca committed
A
Refactor utils/flags.go, fixes #11892
Antonio Murdaca committed
April 7, 2015
D
Remove Job from PS API
Doug Davis committed
April 4, 2015
D
Last step in removing engine.Tabel from api/client/*
Doug Davis committed
January 12, 2015
D
Fix for issue 9922: private registry search with auth returns 401
Don Kjer committed
March 26, 2015
M
Merge pull request #11766 from peggyl/11596-api-commands-godoc
Michael Crosby committed
P
Fix golint errors for casing in api/client package
Peggy Li committed
March 25, 2015
P
Add godoc-style docstrings to Cmd... methods
Peggy Li committed
J
api/client - The code for all cli commands are in one file #11610
Joey Gibson committed