Commits
User selector
Commit history
Commits on Aug 31, 2020
formatter: reduce minimum width for columns in table-view
Show description for dace8fdcommitted
Commits on Aug 28, 2020
formatter: minor refactor to reduce needless conversions
Show description for b951b5bcommitted
Commits on Aug 27, 2020
Merge pull request #2678 from thaJeztah/fix_rm_force_exit_status
Show description for 612567cauthored
Commits on Aug 14, 2020
Return zero exit-code when force-removing non-existing containers
Show description for 9a071a9committed
Commits on Jul 23, 2020
Add shorthand for --tail option
Show description for 04ab714authored andcommitted
Commits on Jul 1, 2020
refactor opts tests
Show description for cce2f7fcommitted
Commits on Jun 29, 2020
Added env-file flag to docker exec
Show description for a6cfbd2committed
Commits on Jun 26, 2020
command/container: skip some tests on macOS
Show description for 1c31e19committed
Commits on Jun 11, 2020
Merge pull request #2551 from cpuguy83/platform_on_create
Show description for 31822ffauthored
Commits on Jun 9, 2020
Use consistent name for errors
Show description for a3af1f4committed
Commits on May 28, 2020
Explicit Z on logs timestamp examples
Show description for 1183a3ecommittedSet platform on container create API.
Show description for ccd9d63committed
Commits on May 7, 2020
Replace deprecated Cobra command.SetOutput() with command.SetOut()
Show description for 719169dcommitted
Commits on Apr 22, 2020
update docker, replace github.com/docker/pkg/term, github.com/docker/pkg/mount
Show description for d0a80bfcommitted
Commits on Apr 10, 2020
calculateMemUsageUnixNoCache: subtract total_inactive_file, not cache
Show description for a4a07c6committed
Commits on Mar 2, 2020
Replace 'numeric' with object in -q description
Show description for 9d95682committed
Commits on Feb 22, 2020
bump gotest.tools v3.0.1 for compatibility with Go 1.14
Show description for 2c0e930committed
Commits on Jan 29, 2020
docker run: specify cgroup namespace mode with --cgroupns
Show description for 5ad1d4dcommitted
Commits on Jan 25, 2020
Update flag description for docker rm -v
Show description for 8f5379bcommitted
Commits on Jan 16, 2020
cli/command: fix formatting of comments, and minor linting issues
Show description for 73dcf50committed
Commits on Jan 15, 2020
Convert ports before parsing.
Show description for c2c7503authored andcommittedReverse order of long-form ports
Show description for 154a1f6committed
Commits on Dec 27, 2019
Fix docker ps --format with templating functions
Show description for 69f216fcommitted
Commits on Dec 20, 2019
command/container: unify list tests in a single file
Show description for b062726committed
Commits on Dec 4, 2019
Merge pull request #1803 from thaJeztah/add_ip_address_to_advanced_options
Show description for 8547dfcauthoredMerge pull request #2175 from thaJeztah/pin_in_scope
Show description for 6eee39dauthored
Commits on Oct 31, 2019
cli/command/container: Using the variable on range scope `c` in function literal (scopelint)
Show description for 542f802committedcli/command/container: suppress dogsled warnings
Show description for 79dc83ecommittedFile is not `goimports`-ed (goimports)
Show description for 6047259authored andcommittedcli/command/container/attach.go:141:15: nilness: impossible condition: nil != nil (govet)
Show description for 584da37authored andcommittedcli/command/container/start.go:157:20: nilness: nil dereference in type assertion (govet)
Show description for 9afeb6fauthored andcommittedSA1019: httputil.ErrPersistEOF is deprecated: No longer used. (staticcheck)
Show description for 3a42820authored andcommittedcli/command/container/stats.go:211:21: SA1015: using time.Tick leaks the underlying ticker, consider using it only in endless functions, tests and the main package, and use time.NewTicker here (sta…
Show description for 7da9360authored andcommitted
Commits on Oct 29, 2019
cli/command/container: Using a reference for the variable on range scope `n` (scopelint)
Show description for 54411e5committed
Commits on Jun 25, 2019
Do not disable sig-proxy when using a TTY
Show description for ee29504committed