summaryrefslogtreecommitdiff
path: root/opts
Commit message (Expand)AuthorAgeFilesLines
* 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-05-131-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
* Remove unused opts (moved to docker/cli)Vincent Demeester2017-05-157-1084/+0
* Update CLI docs and add opts/config.goAaron Lehmann2017-05-111-0/+98
* support custom paths for secretsEvan Hazlett2017-05-101-5/+0
* Remove pkg/testutil/assert in favor of testifyAaron Lehmann2017-04-144-93/+98
* Make the CLI show defaults from the swarmkit defaults packageAaron Lehmann2017-04-102-7/+13
* api: Remove SecretRequestOption typeAaron Lehmann2017-03-162-39/+35
* Merge pull request #30597 from dnephin/add-expanded-mount-format-to-stack-deployJustin Cormack2017-03-141-1/+1
|\
| * Add expanded mount syntax to Compose schema and types.Daniel Nephin2017-03-061-1/+1
* | Merge pull request #31047 from yallop/cli-v-stateSebastiaan van Stijn2017-03-131-0/+2
|\ \
| * | Add 'consistent', 'cached', and 'delegated' mode flagsDavid Sheets2017-03-011-0/+2
| |/
* | Use opts.MemBytes for flags.Daniel Nephin2017-03-071-0/+36
|/
* Make sure we validate simple syntax on service commandsVincent Demeester2017-02-072-3/+48
* Update opts.MemBytes to disable default, and move `docker run/create/build` t...Yong Tang2017-01-271-1/+7
* Add daemon option --default-shm-sizeYong Tang2017-01-271-0/+36
* Add "src" alias for `--secret`Sebastiaan van Stijn2017-01-242-1/+13
* Add error checking for hostPort rangeTony Abboud2017-01-131-4/+11
* Merge pull request #29793 from thaJeztah/improve-run-usage-outputSebastiaan van Stijn2017-01-092-2/+2
|\
| * Improve usage output for docker runSebastiaan van Stijn2016-12-302-2/+2
* | Merge pull request #29697 from yuexiao-wang/fix-docker-daemonVincent Demeester2017-01-043-3/+3
|\ \
| * | Update docker daemon to dockerdyuexiao-wang2016-12-273-3/+3
* | | Trim quotes from TLS flags.Daniel Nephin2017-01-032-6/+17
* | | Add quoted string flag Value.Daniel Nephin2017-01-032-0/+54
| |/ |/|
* | Clean some stuff from runconfig that are cli only…Vincent Demeester2016-12-2411-0/+626
|/
* Change tls to TLSyuexiao-wang2016-12-201-1/+1
* Make --publish-rm precedes --publish-add, so that add winsVincent Demeester2016-12-112-5/+30
* Remove --port and update --publish for services to support syntaxesVincent Demeester2016-12-112-40/+320
* Return error for incorrect argument of `service update --publish-rm <TargetPo...Yong Tang2016-12-011-0/+6
* fix a few golint errorsVictor Vieux2016-11-181-0/+1