summaryrefslogtreecommitdiff
path: root/runconfig/config_test.go
Commit message (Expand)AuthorAgeFilesLines
* runconfig, oci, image, layer, distribution: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-2/+0
* runconfig: ContainerDecoder(): fix handling of invalid JSONSebastiaan van Stijn2022-04-111-17/+20
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-2/+2
* pkg/sysinfo.New(), daemon.RawSysInfo(): remove "quiet" argumentSebastiaan van Stijn2021-07-141-2/+2
* cgroup2: implement `docker info`Akihiro Suda2020-04-171-2/+3
* runconfig/config_test.go: remove unused test-utilitiesSebastiaan van Stijn2019-09-181-56/+0
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Automated migration usingDaniel Nephin2018-03-161-8/+8
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Remove solaris filesMichael Crosby2017-10-241-5/+0
* Volume refactoring for LCOWSimon Ferquel2017-09-141-183/+0
* Add decodeContainerConfig test removed from docker/cliDaniel Nephin2017-08-291-0/+239
* Remove string checking in API error handlingBrian Goff2017-08-151-2/+2
* Stop referring CLI flags in error messages if API client is unknownStanislav Bondarenko2017-05-221-4/+4
* Add functional support for Docker sub commands on SolarisAmit Krishnan2016-11-071-0/+5
* Add engine-api types to dockerMichael Crosby2016-09-071-3/+3
* Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6cQiang Huang2016-02-291-6/+6
* Windows: Fix 'isolation'John Howard2016-02-101-6/+19
* Allow user to choose the IP address for the containerAlessandro Boch2016-01-081-8/+9
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-2/+2
* Move Config and HostConfig from runconfig to types/container.David Calavera2015-12-221-4/+5
* Move StrSlice to types.David Calavera2015-12-221-6/+6
* Windows: Adds support for Hyper-V ContainersJohn Howard2015-10-291-0/+57
* Windows: Add volume supportJohn Howard2015-10-221-10/+27
* abstract the string slice struct to stringutils packageShijiang Wei2015-08-291-189/+6
* Refactor test and add coverage to runconfigVincent Demeester2015-07-011-241/+76
* Move /nat to /pkg/natPeter Waller2015-06-301-1/+1
* Fix unmarshalling of Command and EntrypointBrian Goff2015-06-261-0/+81
* Remove PortSpecs from ConfigAntonio Murdaca2015-05-291-16/+27
* Modify volume mounts SELinux labels on the fly based on :Z or :zDan Walsh2015-05-271-0/+8
* Allow links to be specified with only the name if this matches the aliasAntonio Murdaca2015-05-111-7/+0
* trivial: typo cleanupDavid Mackey2015-04-271-1/+1
* Decode container configurations into typed structures.David Calavera2015-04-151-0/+36
* add ability to publish range of portsSrini Brahmaroutu2015-01-021-2/+2
* Remove unused sysinfo parameter to runconfig.ParseJohn Gossman2014-11-141-1/+1
* Removed runconfig.ParseSubcommandOh Jinkyun2014-09-171-1/+1
* update go import path and libcontainerVictor Vieux2014-07-241-1/+1
* fix TestParseRunVolumes with Go 1.3 randomizationunclejack2014-06-261-2/+15
* Update runconfig unit test for changesMichael Crosby2014-05-201-16/+5
* Move volumesfrom to hostconfigMichael Crosby2014-04-081-29/+12
* Move DNS options to hostconfigMichael Crosby2014-04-071-41/+0
* Merge pull request #4775 from LK4D4/remove_duplicate_dns_#4714Michael Crosby2014-03-211-1/+1
|\
| * Remove duplication of Dns in config merging.LK4D42014-03-191-1/+1
* | configurable dns search domainsDaniel Norberg2014-03-191-0/+16
|/
* Update to double-dash everywhereTianon Gravi2014-03-131-8/+8
* move a unit test fileVictor Vieux2014-03-101-0/+154
* Move the canonical run configuration objects to a sub-packageSolomon Hykes2014-02-111-0/+150