Commit Graph

  • 8c734c8cde Use an empty slice as default value for DNS, DNSSearch and DNSOptions David Calavera 2015-11-06 17:22:48 -05:00
  • d02ac2a694 Windows [TP4] localhost mitigation John Howard 2015-11-06 13:52:59 -08:00
  • 36030a9a8b Add ability to add multiple tags with docker build Shijiang Wei 2015-08-30 21:48:03 +08:00
  • af6e545164 Windows: Add volume support John Howard 2015-09-09 19:23:06 -07:00
  • 74d0203af0 Make default tls host work Lei Jitang 2015-10-19 21:17:37 +08:00
  • 1398bd9861 Remove used param on ParseHost Doug Davis 2015-10-11 20:45:17 -07:00
  • 6ad0875074 Default the tcp port to 2376 if tls is on, and 2375 if not Sven Dowideit 2015-08-21 23:28:49 +10:00
  • aca36e11f2 Revert environment regexp from 13694 Vincent Demeester 2015-09-28 20:26:20 +02:00
  • 863be38db7 opts/opts.go: fix typo Ma Shimiao 2015-09-14 13:42:33 +08:00
  • 2d2863ebd5 Change ParseTCPAddr to use tcp://127.0.0.0:2375 format as default consistently Sven Dowideit 2015-08-29 03:05:18 +00:00
  • 59ffb24c8f Finish linting opts and trust package. Vincent Demeester 2015-08-27 09:33:21 +02:00
  • 1c5cd03b1b golint: trust Sevki Hasirci 2015-07-28 21:18:04 +03:00
  • 409920de5c Opts lint issues, ip and ulimit Sevki Hasirci 2015-07-21 19:15:36 +03:00
  • f2934dbacf Add volume API/CLI Brian Goff 2015-06-12 09:25:32 -04:00
  • 22e1ac4966 Add mode check for device Qiang Huang 2015-08-24 17:57:12 +08:00
  • 6a31056ff6 Change return value for ValidateMountMode Qiang Huang 2015-08-24 17:28:19 +08:00
  • 869e08a12b opts/envfile: trim all leading whitespace in a line Matt Robenolt 2015-08-21 13:28:01 -07:00
  • 091f800069 Change all docker -d to docker daemon Qiang Huang 2015-08-10 20:48:08 +08:00
  • 351ac873e0 Remove unused functions Antonio Murdaca 2015-07-25 19:54:05 +02:00
  • f3841a1d27 Add and modify tests for legacy and new daemon invokations Shishir Mahajan 2015-05-01 10:00:43 -04:00
  • f55d8241cf cli: new daemon command and new cli package Tibor Vass 2015-05-05 00:18:28 -04:00
  • 7b9ceadc4d Add test coverage to opts and refactor Vincent Demeester 2015-07-12 10:33:30 +02:00
  • f49f44a3a3 Add unit tests for ParseEnvFile. Matthieu Hauglustaine 2015-07-01 17:02:40 +02:00
  • 0ede41afbd Return bufio error if set in ParseEnvFile Matthieu Hauglustaine 2015-07-01 16:54:20 +02:00
  • 0c721e1ad5 Display empty string instead of <nil> when IP opt is nil. Eric-Olivier Lamey 2015-06-11 07:53:39 +00:00
  • d1be0bd11e Minor doc edit to add clarity around the --volume path format Also add a comment to the ValidatePath func so devs/reviewers know exactly what its looking for. Doug Davis 2015-06-05 12:42:48 -07:00
  • 292e38a144 Remove duplicate call to net.ParseIP and a little cleanup Doug Davis 2015-06-05 09:44:10 -07:00
  • 51c5706326 Add syslog-address log-opt Antonio Murdaca 2015-05-21 22:20:25 +02:00
  • e8e6124050 Allow links to be specified with only the name if this matches the alias Antonio Murdaca 2015-05-07 22:02:14 +02:00
  • d0c32b1efa Add log opts flag to pass in logging options wlan0 2015-05-04 14:39:48 -07:00
  • 7da142413e Windows: Change default listener to HTTP jhowardmsft 2015-04-23 13:45:34 -07:00
  • 64a9942188 Remove job from container_inspect Antonio Murdaca 2015-04-13 16:17:14 +02:00
  • cd08d97a64 Cleanup redundant else statements find via golint #11602 George MacRorie 2015-03-23 19:21:37 +00:00
  • 01245d2619 Restrict domain name to 255 characters Tomáš Hrčka 2014-11-25 12:45:20 +01:00
  • 8972795de7 Add validate the input mac address on docker run command Lei Jitang 2015-02-27 07:27:12 -08:00
  • 473eb9a2c5 Allow setting ulimits for containers Brian Goff 2015-02-11 14:21:38 -05:00
  • 196bc32878 Add more helpful error message for -add-host Fixes: #10655 Phil Estes 2015-02-09 09:59:05 -05:00
  • d656c63b21 Allow IPv6 addresses in ExtraHosts option settings Phil Estes 2015-02-04 10:20:28 -05:00
  • 67735d2a16 Docker run -e FOO should erase FOO if FOO isn't set in client env Doug Davis 2015-01-16 12:57:08 -08:00
  • 4440f5aa3f Deprecating ResolveRepositoryName Don Kjer 2014-10-07 01:54:52 +00:00
  • 1eda63e7e4 add daemon labels Victor Vieux 2014-11-20 18:36:05 +00:00
  • bcae148da2 Fix input volume path check on Windows Ahmet Alp Balkan 2014-10-29 15:46:45 -07:00
  • 4731b1ebc8 Allow extra lines in /etc/hosts Tim Hockin 2014-09-13 04:35:59 +00:00
  • 8b27eee0f0 Refactor all pre-compiled regexp to package level vars Addresses #8057 Phil Estes 2014-09-15 23:30:10 -04:00
  • cc0954586a Add daemon flag to specify public registry mirrors Tim Smith 2014-07-18 18:48:19 +00:00
  • 561b98067f Fix inconsistency in IP address parsing errors Solomon Hykes 2014-08-13 06:45:40 +00:00
  • 1edb726c0b opts.IPVal returns an error on incorrect input Solomon Hykes 2014-08-10 03:50:46 +00:00
  • a6487884e5 Helpers to parse lists, IPs, hosts, dns searches from the command line Solomon Hykes 2014-08-10 01:13:44 +00:00
  • f34ca0a354 opts.IpOpt: a helper to parse IP addressed from the command line Solomon Hykes 2014-08-10 01:12:52 +00:00
  • 67a518b70c Make --attach case-insensitive Tibor Vass 2014-07-30 10:20:52 -04:00
  • 29adea2e42 Move parsing functions to pkg/parsers and the specific kernel handling functions to pkg/parsers/kernel, and parsing filters to pkg/parsers/filter. Adjust imports and package references. Erik Hollensbe 2014-07-28 17:23:38 -07:00
  • 1ed63a0f85 update go import path and libcontainer Victor Vieux 2014-07-24 22:19:50 +00:00
  • 84c187fe0c update for consistency Victor Vieux 2014-07-09 21:47:55 +00:00
  • e56ff6bda9 Add support for IPv6 addresses in --dns parameters. Jan Pazdziora 2014-06-13 14:02:12 +02:00
  • 9fdc86ac55 Relax dns search to accept empty domain Fabio Falci 2014-06-26 12:03:23 +01:00
  • 7297bfab30 env-file: variable behavior Vincent Batts 2014-03-17 17:11:27 -04:00
  • 176347382a --env-file: simple line-delimited Vincent Batts 2014-03-11 16:22:58 -04:00
  • 5684997e54 variable declaration cleanup Daniel Norberg 2014-03-19 16:00:46 -04:00
  • bdc62769d3 configurable dns search domains Daniel Norberg 2014-02-07 11:48:14 -05:00
  • c6c287cddc move opts out of pkg because it's related to docker Victor Vieux 2014-03-10 21:10:23 +00:00
  • a408fb0a61 osx cross Daniel Nephin 2017-05-12 12:07:57 -04:00
  • 35c8732dc9 Merge pull request #44 from cyli/root-ca-info-in-cli Aaron Lehmann 2017-05-12 17:19:23 -07:00
  • 05267be05b Merge pull request #45 from aaronlehmann/configs Brian Goff 2017-05-12 14:03:53 -04:00
  • 84a77889c3 Add windows and linux cross. Daniel Nephin 2017-05-12 11:30:30 -04:00
  • a787cbc93b Support building a dynbinary Daniel Nephin 2017-05-11 18:52:17 -04:00
  • bb1a403080 Merge pull request #70 from docker/compose-template-substitute-error-signature Sebastiaan van Stijn 2017-05-12 16:51:37 +02:00
  • db5620026d Add support for configs Aaron Lehmann 2017-05-08 10:36:04 -07:00
  • 15b5dda768 Vendor docker/docker Aaron Lehmann 2017-05-10 14:13:36 -07:00
  • c0cbb6580a Merge pull request #73 from vdemeester/stack-deploy-support-readonly Daniel Nephin 2017-05-11 13:53:45 -04:00
  • 3cac3ec9e0 Return an error instead of an *InvalidTemplateError Vincent Demeester 2017-05-11 12:17:16 +02:00
  • 0ab760a136 Add support for read_only services in stack deploy Vincent Demeester 2017-05-11 15:26:38 +02:00
  • ca0f9e8737 Merge pull request #69 from nishanttotla/fix-makefile-typo Daniel Nephin 2017-05-11 11:02:23 -04:00
  • 076976791b Fix typo in docker.Makefile Nishant Totla 2017-05-11 02:02:13 -07:00
  • 0791b27e2b Merge pull request #32 from ColinHebert/label_3.3 Daniel Nephin 2017-05-10 22:11:42 -04:00
  • b75858eb09 Propagate the swarm cluster and node TLS info provided by the REST API responses to the CLI. In node ls, display only whether the nodes' TLS info matches the cluster's TLS info, or whether the node needs cert rotation. cyli 2017-05-08 10:48:24 -07:00
  • 3574e6a674 Merge pull request #59 from crosbymichael/update-term Tibor Vass 2017-05-10 17:19:01 -07:00
  • 56ea98f5ad Update docker dependency Michael Crosby 2017-05-09 15:58:02 -07:00
  • 131fe7dfb2 Move "labels" to compose 3.3 format Sebastiaan van Stijn 2017-05-02 13:35:48 -07:00
  • 0f6f1eafe3 Merge pull request #50 from aaronlehmann/secret-targets Brian Goff 2017-05-10 17:04:20 -04:00
  • 978aa7ede0 Support Custom Secret Targets Aaron Lehmann 2017-05-08 17:31:53 -07:00
  • d4a2d5a520 Merge pull request #66 from stevvooe/remove-ioutils-dependency-onfprint Daniel Nephin 2017-05-10 16:45:55 -04:00
  • 9a892f1bbc cli/command/system: remove ioutils dependency Stephen J Day 2017-05-10 13:38:06 -07:00
  • bcc46e75ab Merge pull request #56 from dnephin/add-compose-bindata-check Daniel Nephin 2017-05-10 15:49:06 -04:00
  • b00dd755fc Merge pull request #65 from nishanttotla/update-swarmkit-vendor Brian Goff 2017-05-10 15:41:56 -04:00
  • 85504b4f98 Vendor swarmkit f420c4b9e1535170fc229db97ee8ac32374020b1 Nishant Totla 2017-05-10 11:40:19 -07:00
  • ed5762cb9f Merge pull request #55 from mlaventure/generate-proper-version Vincent Demeester 2017-05-10 09:34:22 +02:00
  • ed7b5bb462 Merge pull request #60 from darrenstahlmsft/revendorGowinio Madhu Venugopal 2017-05-09 22:47:49 -07:00
  • 9c32a9d1b7 Move back to upstream go-winio which includes the needed fixes, as well as the support for go1.8.x Darren Stahl 2017-05-09 16:01:55 -07:00
  • 26e708c29a Merge pull request #58 from gdevillele/pr-update-makefile Gaetan 2017-05-09 15:03:52 -07:00
  • c1f0bee31c update makefiles: add “vendor” target in docker.Makefile… Gaetan de Villele 2017-05-09 14:29:14 -07:00
  • cf51bde7d9 Display proper version information Kenfe-Mickael Laventure 2017-05-09 09:38:23 -07:00
  • ef1d58dd87 Add check for compose bindata. Daniel Nephin 2017-05-09 15:37:22 -04:00
  • 079a5598f1 Merge pull request #54 from vdemeester/pull-and-templates Vincent Demeester 2017-05-09 19:58:32 +02:00
  • 1a549c13d3 Add github templates and initial poule configuration Vincent Demeester 2017-05-09 16:25:11 +02:00
  • 5cbd2b7d6c Merge pull request #52 from cyphar/notty-execid-leak Brian Goff 2017-05-09 09:38:38 -04:00
  • ee7a956c54 client: check tty before creating exec job Aleksa Sarai 2017-05-09 21:07:40 +10:00
  • 3d58c3feac Merge pull request #35 from AliyunContainerService/master Vincent Demeester 2017-05-09 09:40:04 +02:00
  • 2daa598cce Merge pull request #41 from seemethere/fix_dev_null_device Vincent Demeester 2017-05-09 09:13:21 +02:00
  • b3459936db Support placement preferences in stack deployment Li Yi 2017-05-06 21:49:42 +08:00
  • d844c487d4 Merge pull request #27 from dnephin/more-linters Daniel Nephin 2017-05-08 16:30:13 -04:00