summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Replace execdrivers with containerd implementationTonis Tiigi2016-03-182-0/+42
* Provide basic string manupilation functions for template executions.David Calavera2016-03-092-0/+71
* Remove static errors from errors package.David Calavera2016-02-261-20/+0
* Add regression tests for client debug flag.David Calavera2016-02-021-0/+43
* *: purge dockerinit from source codeAleksa Sarai2016-01-261-107/+0
* Allow to set daemon and server configurations in a file.David Calavera2016-01-141-0/+26
* update volume name regexJessica Frazelle2016-01-041-0/+3
* Move ValidateContextDirectory to the one package that uses it.Daniel Nephin2015-12-283-77/+0
* Remove timeout shared function.David Calavera2015-12-141-21/+0
* utils: move dockerignore function to builder/dockerignoreTibor Vass2015-12-142-79/+1
* utils: move git functions to pkg/gitutilsTibor Vass2015-12-142-286/+0
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-242-47/+0
* dockerversion placeholder for library importVincent Demeester2015-11-091-4/+4
* Revert "dockerversion placeholder for library-import"Brian Goff2015-10-271-4/+4
* dockerversion placeholder for library-importVincent Demeester2015-10-271-4/+4
* Move volume name validation to the local driver.David Calavera2015-10-211-0/+9
* Abstract builder and implement server-side dockerfile builderTibor Vass2015-10-062-15/+12
* Merge pull request #15898 from Microsoft/15775-buildcontextfixDavid Calavera2015-09-173-2/+34
|\
| * Windows: Fix long path handling for docker buildStefan J. Wernli2015-09-153-2/+34
* | Merge pull request #15069 from duglin/UseErrorPackageBrian Goff2015-09-151-0/+20
|\ \ | |/ |/|
| * Use the new error packageDoug Davis2015-09-141-0/+20
* | Make RegistryConfig a typed value in the api.David Calavera2015-09-071-0/+21
|/
* Replace GenerateRandomID with GenerateNonCryptoIDAlexander Morozov2015-07-281-1/+1
* golint: use golint to check package utilHu Keping2015-07-224-4/+10
* Plugins JSON spec.David Calavera2015-06-291-22/+0
* Fix breakouts from git root during buildTonis Tiigi2015-06-012-1/+17
* Volumes refactor and external plugin implementation.David Calavera2015-05-211-0/+22
* Add DOCKER_EXPERIMENTAL environment variableArnaud Porterie2015-05-202-0/+14
* Move WriteFlusher out of utils into ioutilsTianon Gravi2015-05-081-44/+0
* Use git url fragment to specify reference and dir context.David Calavera2015-05-042-10/+175
* Remove duplicated git clone logic.David Calavera2015-04-242-0/+103
* Remove job from container_inspectAntonio Murdaca2015-04-231-10/+0
* Add flusher check to utils.WriteFlusher.David Calavera2015-04-201-0/+9
* Refactor utils/utils, fixes #11923Antonio Murdaca2015-04-142-323/+47
* Merge pull request #12044 from reteptilian/11721-remove-randomstring-3Michael Crosby2015-04-131-2/+2
|\
| * Fixes #11721 removed GenerateRandomStringPeter Esbensen2015-04-021-2/+2
* | Link to HTTPS URLs in engine commentsEric Windisch2015-04-111-2/+2
* | Refactor ultis/utils_daemon, fixes #11908Antonio Murdaca2015-04-032-44/+0
|/
* Merge pull request #11893 from runcom/11892-refactor-utils-flagsMichael Crosby2015-03-301-45/+0
|\
| * Refactor utils/flags.go, fixes #11892Antonio Murdaca2015-03-291-45/+0
* | Merge pull request #11900 from runcom/11899-refactor-utils-httpMichael Crosby2015-03-301-168/+0
|\ \
| * | Refactor utils/http.go, fixes #11899Antonio Murdaca2015-03-301-168/+0
| |/
* | Refactor utils/tmpdir.go, fixes #11905Antonio Murdaca2015-03-291-16/+0
|/
* Replace aliased imports of logrus, fixes #11762Antonio Murdaca2015-03-262-4/+4
* Fixes hacks from progressreader refactorbobby abbott2015-03-255-399/+2
* Moved pidfile from utils to pkgRick Wieman2015-03-241-36/+0
* Refactor pkg/common, Fixes #11599Antonio Murdaca2015-03-241-2/+2
* Add ability to refer to image by name + digestAndy Goldstein2015-03-172-0/+47
* Merge pull request #10977 from robertabbott/10959-progressreaderAlexander Morozov2015-03-162-56/+10
|\
| * Remove import to utils in progressreaderbobby abbott2015-03-112-56/+10