summaryrefslogtreecommitdiff
path: root/opts
Commit message (Expand)AuthorAgeFilesLines
* Make default options for newly created networks configurableAlex Stockinger2023-03-012-0/+108
* opts: use strings.Cut() and refactor parseDaemonHost()Sebastiaan van Stijn2022-12-216-60/+53
* opts: TestParseLink(): add test-case for legacy formatSebastiaan van Stijn2022-11-011-29/+26
* opts: fix empty-lines (revive)Sebastiaan van Stijn2022-09-282-4/+0
* linting: host:port in url should be constructed with net.JoinHostPortSebastiaan van Stijn2022-09-041-2/+2
* opts: ParseTCPAddr(): extract parsing logic, consistent errorsSebastiaan van Stijn2022-05-012-66/+91
* opts: remove IPOpt as it's no longer usedSebastiaan van Stijn2022-04-272-101/+0
* opts: TestParseHost(): also check the errorSebastiaan van Stijn2022-04-211-17/+17
* opts: use subtests, and split checksSebastiaan van Stijn2022-04-211-18/+51
* opts: re-order test-cases and use more consistent valuesSebastiaan van Stijn2022-04-211-27/+42
* opts: ParseTCPAddr(): remove workaround for go1.5Sebastiaan van Stijn2022-04-201-7/+0
* opts: TestParseDockerDaemonHost(), TestParseTCP() remove workaroundSebastiaan van Stijn2022-04-201-7/+6
* opts: ParseTCPAddr(): fix validation of hosts to not ignore path elementsSebastiaan van Stijn2022-04-042-43/+55
* Remove opts.QuotedString implementationTianon Gravi2022-02-162-75/+0
* Do not panic on empty quoted string argumentSylvain Baubeau2022-01-112-4/+12
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* Fix libnetwork importsBrian Goff2021-06-011-1/+1
* opts: unify host-options, and use constsSebastiaan van Stijn2020-10-314-66/+64
* Move HostGatewayName const to opts, and change vars to constsSebastiaan van Stijn2020-10-301-5/+8
* opts: simplify ValidateEnv to use os.LookupEnvSebastiaan van Stijn2020-08-142-54/+31
* fix address pool flags merge #40388Wang Yumu2020-07-211-5/+5
* enforce reserve internal labels.Jintao Zhang2020-02-122-13/+102
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* Support host.docker.internal in dockerd on LinuxArko Dasgupta2020-01-221-2/+6
* Remove refs to jhowardmsft from .go codeJohn Howard2019-09-251-1/+0
* TestUlimitOpt: fix composite literal uses unkeyed fields (govet)Sebastiaan van Stijn2019-09-181-1/+1
* Remove unused functions, variables, fieldsSebastiaan van Stijn2019-09-181-1/+1
* goimports: fix importsSebastiaan van Stijn2019-09-183-3/+3
* Adjust tests for changes in Go 1.12.8 / 1.11.13Sebastiaan van Stijn2019-08-141-6/+6
* dockerd: fix rootless detection (alternative to #39024)Akihiro Suda2019-04-251-3/+3
* allow running `dockerd` in an unprivileged user namespace (rootless mode)Akihiro Suda2019-02-042-4/+15
* Format code with gofmt -s from go-1.11beta1Kir Kolyshkin2018-09-061-12/+12
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Various code-cleanupSebastiaan van Stijn2018-05-232-6/+6
* Allow user to control the default address poolsAlessandro Boch2018-04-302-0/+104
* Automated migration usingDaniel Nephin2018-03-161-8/+9
* Add canonical import commentDaniel Nephin2018-02-0517-17/+17
* Remove redundant build-tagsSebastiaan van Stijn2017-12-181-2/+0
* Updated GenericResource CLIRenaud Gaubert2017-11-061-0/+10
* Remove Docker from some functionsVincent Demeester2017-10-252-7/+7
* Merge pull request #34689 from chchliang/envunitestYong Tang2017-09-011-23/+105
|\
| * add an exception case and map changge to struct with expect errorchchliang2017-09-011-23/+105
* | Merge pull request #34625 from dnephin/more-lintersYong Tang2017-09-012-2/+2
|\ \ | |/ |/|
| * Add unconvert linterDaniel Nephin2017-08-242-2/+2
* | Fix bad import graph from opts/opts.goDaniel Nephin2017-08-291-19/+0
|/
* Remove string checking in API error handlingBrian Goff2017-08-151-1/+3
* Added support for Generic ResourcesRenaud Gaubert2017-07-241-0/+19
* Spelling fixesJosh Soref2017-07-032-2/+2
* add NamedUlimitOpt implement NamedOption to fix 32528allencloud2017-06-161-0/+24
* Remove more opts unused in docker/dockerVincent Demeester2017-05-194-413/+0