Michael Crosby
|
1f9abfe841
|
Merge pull request #3480 from tianon/gofmt
Run 'gofmt -s -w'
|
2014-01-07 06:41:23 -08:00 |
lukaspustina
|
2b93f18223
|
Missing pipe in line 85
|
2014-01-07 15:20:38 +01:00 |
Tianon Gravi
|
8f3b8f3835
|
Run 'gofmt -s -w'
|
2014-01-06 22:14:35 -07:00 |
Michael Crosby
|
fca83b4cfb
|
Merge pull request #3477 from creack/fix_tar_leaks
Make CopyFileWithTar use a pipe instead of a buffer. Save more than 1Gb of ram for a 500Mb file.
|
2014-01-06 18:04:44 -08:00 |
Guillaume J. Charmes
|
444a087ac2
|
Make CopyFileWithTar use a pipe instead of a buffer. Save more than 1Gb of ram for a 500Mb file.
|
2014-01-06 17:44:22 -08:00 |
Victor Vieux
|
e1c861cf33
|
Update REMOTE_TODO.md
|
2014-01-06 17:37:30 -08:00 |
Nick Stinemates
|
6fe3da9924
|
Remove the @github handle as it generates emails.
|
2014-01-06 17:21:14 -08:00 |
Andy Rothfusz
|
f43f3fa218
|
Merge pull request #3473 from dhrp/docs-version-warning-fix
[docs] Fix for wrong version warning on master instead of latest.
|
2014-01-06 16:26:04 -08:00 |
Thatcher Peskens
|
1e551c7cc5
|
[docs] Fix for wrong version warning on master instead of latest.
|
2014-01-06 16:18:00 -08:00 |
Michael Crosby
|
2c395ce8fb
|
Merge pull request #3328 from shykes/pkg-iptables
Move utility package 'iptables' to pkg/iptables
|
2014-01-06 15:54:07 -08:00 |
Solomon Hykes
|
7799ae27ca
|
Move utility package 'iptables' to pkg/iptables
|
2014-01-06 15:41:24 -08:00 |
Michael Crosby
|
bb754fd34d
|
Merge pull request #3388 from tianon/more-build-tests
Add more TestBuild Dockerfiles, especially for 'echo shebang' testing
|
2014-01-06 15:14:30 -08:00 |
Victor Vieux
|
a0298c0bd0
|
Merge pull request #3420 from RoelVanNyen/getfullname
Cleanup: runtime.getFullName is deprecated by getFullName
|
2014-01-06 13:59:04 -08:00 |
Victor Vieux
|
a86a82cb7e
|
Merge pull request #3384 from tianon/fix-load-help
Fix "docker load" help by removing "SOURCE" prompt and mentioning STDIN
|
2014-01-06 13:30:16 -08:00 |
Nick Stinemates
|
36ab1836f9
|
Fix dotCloud to Docker, Inc
|
2014-01-06 12:26:53 -08:00 |
shin-
|
5e8912e0e8
|
Fixed registry unit tests
|
2014-01-06 21:04:44 +01:00 |
Victor Vieux
|
4e414f6205
|
Merge pull request #3377 from cpuguy83/3333-fix_-H_default
Make blank -H option default to the same as no -H was sent
|
2014-01-06 11:30:27 -08:00 |
Michael Crosby
|
4f31141e13
|
Merge pull request #3310 from pnasrat/cgroups-subpackage
Extract cgroups utilities to own submodule.
|
2014-01-06 11:27:29 -08:00 |
Victor Vieux
|
82531f7168
|
fix error on docker wait
|
2014-01-06 11:11:04 -08:00 |
Michael Crosby
|
ee6823d797
|
Merge pull request #3297 from jaseg/master
Return meaningful error for meaningless Dockerfiles
|
2014-01-06 10:58:24 -08:00 |
Michael Crosby
|
1363dfdd1d
|
Merge pull request #3426 from bcbcarl/3425-upgrade_vbox_guest_additions
Upgrade VBox Guest Additions (Fix #3425)
|
2014-01-06 10:39:26 -08:00 |
Joe Beda
|
b308e33106
|
Tweak formatting for GCE instructions
|
2014-01-06 10:35:51 -08:00 |
Victor Vieux
|
e5b09523dc
|
Merge pull request #3367 from cpuguy83/3362-unify_cmd_entrypoint_handling
Use same error handling while unmarshalling args for CMD and ENTRYPOINT
|
2014-01-06 10:29:37 -08:00 |
Victor Vieux
|
d44abae873
|
Merge pull request #3441 from RoelVanNyen/container_start
Just pass the container in RegisterLinks(), no need to lookup by name
|
2014-01-06 10:19:01 -08:00 |
Brian Goff
|
323c4b5211
|
Use same error handling while unmarshalling args for CMD and ENTRYPOINT
|
2014-01-06 13:15:14 -05:00 |
Michael Crosby
|
5b4a0cac4e
|
Merge pull request #3335 from vieux/remote_todo
add REMOTE_TODO
|
2014-01-06 10:12:08 -08:00 |
Victor Vieux
|
73294b6d56
|
Merge pull request #3455 from crigor/fix-pull-message
Fix login message to say pull instead of push.
|
2014-01-06 10:02:32 -08:00 |
David Mcanulty
|
d6ca05f7cb
|
Simplified and streamlined Amazon Quickstart
The amazon quickstart images are EBS backed and include cloudinit. I've personally tested these documentation changes as a new user to Docker.
|
2014-01-06 09:53:58 -08:00 |
Victor Vieux
|
dfc2dc4d35
|
Merge pull request #3445 from dotcloud/merge_release_v0.7.3
Merge release v0.7.3
|
2014-01-06 09:51:41 -08:00 |
David Mcanulty
|
fc559d9992
|
Fixed error in group add example
There is no ${USERNAME} in bash, only ${USER}
|
2014-01-06 09:29:56 -08:00 |
Joe Beda
|
ea762c1a51
|
Update instructions for mtu flag for Docker on GCE
|
2014-01-06 09:29:33 -08:00 |
Christopher Rigor
|
599009191a
|
Fix login message to say pull instead of push.
|
2014-01-05 17:07:16 +08:00 |
Tianon Gravi
|
af50b2f17c
|
Merge pull request #3454 from sudosurootdev/master
Fix spelling error in hack/make.sh comment
|
2014-01-04 20:24:48 -08:00 |
sudosurootdev
|
2a1181f404
|
Spelling error.
|
2014-01-04 23:15:15 -05:00 |
Tianon Gravi
|
f7afbf34fe
|
Merge pull request #3448 from tmahesh/patch-1
Changelog date typo fix: 2013-01-02 -> 2014-01-02
|
2014-01-04 08:21:48 -08:00 |
Mahesh Tiyyagura
|
3069bf9460
|
Changelog date typo fix: 2013-01-02 -> 2014-01-02
|
2014-01-04 11:24:48 +05:30 |
Tianon Gravi
|
32b9a429c5
|
Change version to 0.7.3-dev
|
2014-01-03 17:02:59 -07:00 |
Tianon Gravi
|
76910d16cc
|
Merge pull request #3439 from dotcloud/bump_v0.7.3
Bump v0.7.3
|
2014-01-03 16:01:56 -08:00 |
Roel Van Nyen
|
42c7dc448f
|
Just pass the container in RegisterLinks(), no need to lookup by name again
|
2014-01-03 15:49:39 +01:00 |
Tianon Gravi
|
8502ad4ba7
|
Bump version to v0.7.3
|
2014-01-02 21:19:19 -07:00 |
Andy Rothfusz
|
58ec7855bc
|
substantial spelling fix
|
2014-01-02 16:46:50 -08:00 |
Andy Rothfusz
|
949fde88df
|
Merge pull request #3437 from jamtur01/faqhere
Fixed duplicate here references in FAQ
|
2014-01-02 16:44:38 -08:00 |
James Turnbull
|
5a9f45cb7a
|
Fixed duplicate here references in FAQ
|
2014-01-02 19:40:19 -05:00 |
Andy Rothfusz
|
8f4a54734f
|
Merge pull request #3428 from jamtur01/port1.8
Added some 1.7 API updates that were missing from 1.8
|
2014-01-02 16:34:56 -08:00 |
Andy Rothfusz
|
9359d79c4f
|
Merge pull request #3389 from SvenDowideit/3366-simplify-volumes-documentation
simplify the volumes documentation and mention more details
|
2014-01-02 16:29:09 -08:00 |
James Turnbull
|
69db6ea867
|
Added some 1.7 API updates that were missing from 1.8
|
2014-01-02 19:27:59 -05:00 |
Andy Rothfusz
|
3b89187d03
|
Merge pull request #3409 from Chris00/patch-1
Mention lxc-checkconfig
|
2014-01-02 16:20:30 -08:00 |
Andy Rothfusz
|
82a47b0e82
|
Keep original transcript in Thatcher's voice
and clarify that this is an update to the example.
|
2014-01-02 16:17:52 -08:00 |
Andy Rothfusz
|
e0f07bc186
|
Merge pull request #3399 from rgstephens/patch-1
Update for Ubuntu 13.10
|
2014-01-02 16:14:47 -08:00 |
Guillaume J. Charmes
|
194eb246ef
|
Merge pull request #3353 from creack/improve_add_cache
Improve add cache
|
2014-01-02 16:07:33 -08:00 |