- Jul 17, 2013
-
-
Victor Vieux authored
*Runtime: improve docker rmi via id
-
Andy Rothfusz authored
Update docs with 0.5 repository information.
-
Guillaume J. Charmes authored
* Builder: Add verbose output to docker build
-
Victor Vieux authored
-
Guillaume J. Charmes authored
* Runtime: Merge -b and -v options
-
Victor Vieux authored
Always stop the opposite goroutine in network_proxy.go (closes #1213)
-
Ken Cochrane authored
-
Victor Vieux authored
-
Louis Opter authored
-
- Jul 16, 2013
-
-
Andy Rothfusz authored
-
Guillaume J. Charmes authored
-
- Jul 15, 2013
-
-
Guillaume J. Charmes authored
-
Nick Stinemates authored
improve mergeconfig, ...
-
Guillaume J. Charmes authored
-
Solomon Hykes authored
Hack: document PPA release step
-
Solomon Hykes authored
Packaging: add pure binary to docker release
-
Daniel Mizyrycki authored
-
Guillaume J. Charmes authored
- Volumes: Copy VolumesRW values when using --volumes-from
-
Guillaume J. Charmes authored
* Runtime: Remove the os.user dependency and manually lookup /etc/passwd instead
-
Guillaume J. Charmes authored
-
Victor Vieux authored
-
- Jul 14, 2013
-
-
Michael Crosby authored
Fixes #1201
-
- Jul 13, 2013
-
-
Victor Vieux authored
Fix progressbar, without messing up other outputs
-
Victor Vieux authored
* RemoteAPI: Improve debug
-
Victor Vieux authored
Fixed tag option for "docker pull" (the option was ignored)
-
- Jul 12, 2013
-
-
Guillaume J. Charmes authored
* Runtime: Reverse priority of tag lookup in TagStore.GetImage
-
Nick Stenning authored
Currently, if you have the following images: foo/bar 1 23b27d50fb49 foo/bar 2 f2b86ec3fcc4 And you issue the following command: docker tag foo/bar:2 foo/bar latest docker will tag the "wrong" image, because the image id for foo/bar:1 starts with a "2". That is, you'll end up with the following: foo/bar 1 23b27d50fb49 foo/bar 2 f2b86ec3fcc4 foo/bar latest 23b27d50fb49 This commit reverses the priority given to tags vs. image ids in the construction `<user>/<repo>:<tagOrId>`, meaning that if a tag that is an exact match for the specified `tagOrId`, it will be tagged in preference to an image with an id that happens to start with the correct character sequence.
-
Daniel Mizyrycki authored
Keep debian package up-to-date
-
Daniel Mizyrycki authored
Packaging, issue #1202: Upgrade vagrantfile go in debian packaging
-
Daniel Mizyrycki authored
-
Solomon Hykes authored
* Hack: tests cleanup
-
Marcus Farkas authored
Prior this commit, 'docker images' and other cmd's, which used utils.HumanSize(), showed unnecessary whitespaces. Formatting of progress has been moved to FormatProgess(), justifing the string directly in the template.
-
Marcus Farkas authored
This reverts commit 3ac68f19.
-
Ken Cochrane authored
-
Ken Cochrane authored
-
Guillaume J. Charmes authored
-
Sam Alba authored
-
Michael Crosby authored
-
Victor Vieux authored
Fix Docker Builder documentation section numbers
-