This website requires JavaScript.
fd09cd3139
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
e746cef309
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
78282ac5a8
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
476d2d284b
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
82951125a6
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
4077014853
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
a270c8bf74
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
b765600600
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
90369e329a
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
5b6cb6cb28
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
092610c5eb
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
265a65f776
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
2249f7363a
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
cdb5492521
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
e5cf261e6a
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
82d0cb3f4b
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
74a2061e32
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
290c7f1a1b
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
077a92771f
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
6470449577
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
87a8e0557c
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
9f1e435e6a
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
5792f08680
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
6c88b9b6c8
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
ccc7b1dd83
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
2c7c95805c
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
8471c91d34
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
42e0391260
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
542cb79ba6
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
5e44a300bb
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
e362dac28b
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
265a45229c
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
c7523b18f9
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
0a5e19808a
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
c5c0e2caa5
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
9b463e6bc8
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
43a7a9eb65
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
d71edae8a3
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
fb885c354e
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
f324acb085
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
81ffb1c91a
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
acf41deb77
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
cd7bb080ab
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
422d545b21
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
89b67db447
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
69a62f5946
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
3fc9871b30
--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
f2632ce254
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
261c179e16
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
de7386fb67
move opts out of pkg because it's related to docker
Victor Vieux
2014-03-10 21:10:23 +00:00
6879ffc828
Merge pull request #33146 from Microsoft/jjh/TestAPIStatsNoStreamGetCpu
Vincent Demeester
2017-05-15 11:21:53 +02:00