Michael Crosby
|
fb08b8b221
|
Code review updates
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-26 19:21:46 -08:00 |
Michael Crosby
|
01dc79b3ea
|
Merge pull request #4276 from tianon/json-stream-newlines
Add newlines to the JSON stream functions
|
2014-02-26 21:25:42 -05:00 |
Victor Vieux
|
389eba4396
|
Merge pull request #4297 from dotcloud/add-simple-checksum
registry: Added simple checksums (sha256) for layers
|
2014-02-26 18:15:48 -08:00 |
Michael Crosby
|
7cd2245947
|
Ensure that loopback devices are mounted inside the conatiner
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-26 17:21:09 -08:00 |
robpc
|
1475dafd52
|
Fixed typo in Dockerfile example
Docker-DCO-1.1-Signed-off-by: Rob Cannon <rpcann@gmail.com> (github: robpc)
The 'true' command is located in /bin not /usr/bin in the busybox image.
|
2014-02-26 19:38:51 -05:00 |
Michael Crosby
|
70820b69ec
|
Make network a slice to support multiple types
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-26 14:20:41 -08:00 |
Michael Crosby
|
ce08083f9c
|
Merge branch 'master' into add-libcontainer
Conflicts:
execdriver/termconsole.go
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-26 12:55:24 -08:00 |
Michael Crosby
|
0e356d49aa
|
Merge pull request #4346 from creack/fix_race_exit_code
Fix exit code issue with TTY mode
|
2014-02-26 15:32:01 -05:00 |
Victor Vieux
|
5908aa350d
|
Merge pull request #4357 from creack/fix_TestCmdKill
Fix TestCmdKill by closing the pipe before waiting on the container
|
2014-02-26 12:20:30 -08:00 |
unclejack
|
bde192bb80
|
Merge pull request #4078 from vieux/rewrite_rmi
Rewrite docker rmi
|
2014-02-26 21:30:24 +02:00 |
unclejack
|
22da8cdc7e
|
Merge pull request #4282 from ibuildthecloud/jumbo-frames
Add MTU to lxc conf to make host and container MTU match
|
2014-02-26 20:11:38 +02:00 |
unclejack
|
31ddc16692
|
Merge pull request #4292 from cpuguy83/4291_make_rm_default_for_build
make docker build -rm=true default
|
2014-02-26 19:03:59 +02:00 |
Brian Goff
|
0b4aeb79d9
|
make docker build -rm=true default #4292
Docker-DCO-1.1-Signed-off-by: Brian Goff <cpuguy83@gmail.com> (github: cpuguy83)
|
2014-02-26 11:04:06 -05:00 |
unclejack
|
d8b60cb592
|
Merge pull request #4308 from vbatts/vbatts-seperate_driver_term
seperate out the terminal functions from lxc
|
2014-02-26 16:58:21 +02:00 |
unclejack
|
b8a8c0c686
|
Merge pull request #4342 from vieux/update_maintainers_api
update api Maintainers file
|
2014-02-26 16:33:02 +02:00 |
unclejack
|
a42ef866ed
|
Merge pull request #4316 from tianon/more-lenient-kernel-version
Adjust kernel version parsing to be more lenient of strange things like "3.12-1-amd64"
|
2014-02-26 16:15:56 +02:00 |
unclejack
|
22861b42ee
|
Merge pull request #4328 from vieux/fix_4298
fix divide by zero error
|
2014-02-26 15:59:52 +02:00 |
unclejack
|
94001dc6c6
|
Merge pull request #4341 from vieux/fix_content_type_copy
fix content-type docker copy
|
2014-02-26 15:45:38 +02:00 |
Tianon Gravi
|
b5ba89596e
|
Merge pull request #4348 from tianon/fix-yum-tagging
Update mkimage-yum to not read /etc/redhat-release from the host
|
2014-02-25 23:46:04 -07:00 |
Tianon Gravi
|
d29ee876ac
|
Update mkimage-yum to not read /etc/redhat-release from the host
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
|
2014-02-25 23:35:59 -07:00 |
Guillaume J. Charmes
|
4039fbb1b0
|
Fix TestCmdKill by closing the pipe before waiting on the container
Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume.charmes@docker.com> (github: creack)
|
2014-02-25 20:16:17 -08:00 |
Michael Crosby
|
6016126c71
|
Fix cgroups swap issue when it is not supported
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-25 19:45:57 -08:00 |
Michael Crosby
|
bfdf07ac98
|
Return error for lxc-conf when using native driver
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-25 17:13:00 -08:00 |
Guillaume J. Charmes
|
3806ff61d1
|
Fix exit code issue with TTY mode
Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume.charmes@docker.com> (github: creack)
|
2014-02-25 16:50:33 -08:00 |
Michael Crosby
|
5c67d2e634
|
Ensure that the container's dir is remove from native driver on stop
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-25 16:27:07 -08:00 |
Sam Alba
|
a0251223cd
|
registry: Fixed unexported field
Docker-DCO-1.1-Signed-off-by: Sam Alba <sam.alba@gmail.com> (github: samalba)
|
2014-02-25 16:06:04 -08:00 |
Victor Vieux
|
2f468a498a
|
update api Maintainers file
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 23:19:44 +00:00 |
Michael Crosby
|
93ed15075c
|
Fix cross compile for make cross
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-25 15:19:13 -08:00 |
Andy Rothfusz
|
d373cb8c89
|
Merge pull request #4323 from timruffles/patch-2
help contributors be more productive
|
2014-02-25 15:03:30 -08:00 |
Victor Vieux
|
386e7c80c0
|
fix content-type docker copy
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 22:49:19 +00:00 |
Victor Vieux
|
8dad771daa
|
add version pkg
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 21:08:38 +00:00 |
Victor Vieux
|
10faefac3b
|
add missing doc
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 21:08:08 +00:00 |
Victor Vieux
|
3f6324f0e8
|
fix bad rebase
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 21:08:08 +00:00 |
Victor Vieux
|
21f56c04e4
|
fix doc
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 21:08:08 +00:00 |
Victor Vieux
|
626cee87f7
|
fix message 'No such image: ubuntu' => 'No such image: ubuntu:latest'
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 21:08:08 +00:00 |
Victor Vieux
|
964d82d005
|
fix tests
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 21:08:08 +00:00 |
Victor Vieux
|
c7f825c0f0
|
:= / var
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 21:08:08 +00:00 |
Victor Vieux
|
e7cc88c39f
|
bump API version
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 21:08:07 +00:00 |
Victor Vieux
|
795ed6b1e5
|
Rewrite docker rmi
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 21:08:07 +00:00 |
Michael Crosby
|
79089720c4
|
Merge pull request #4335 from tianon/what-the-etc-group
Convert api/server.go to also use the handy user package
|
2014-02-25 15:50:53 -05:00 |
Michael Crosby
|
96e33a7646
|
Move container.json and pid file into a root specific driver dir
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-25 12:41:31 -08:00 |
Tianon Gravi
|
7bce5957a0
|
Convert api/server.go to also use the handy user package
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
|
2014-02-25 13:07:19 -07:00 |
Guillaume J. Charmes
|
ca42758368
|
Merge branch 'add-libcontainer' of https://github.com/crosbymichael/docker into add-libcontainer
Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume.charmes@docker.com> (github: creack)
|
2014-02-25 11:42:15 -08:00 |
Michael Crosby
|
de083400b8
|
Address initial feedback from pr
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-25 10:54:41 -08:00 |
Solomon Hykes
|
56584a92f4
|
Merge pull request #4314 from shykes/engine-commands
Engine: builtin command 'commands' returns a list of registered commands
|
2014-02-25 09:59:26 -08:00 |
Vincent Batts
|
c35853191c
|
correcting the package name for the terminal setup
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
|
2014-02-25 10:07:06 -05:00 |
Victor Vieux
|
b7a0f62f0f
|
fix divide by zero error
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
|
2014-02-25 08:01:46 +00:00 |
Michael Crosby
|
a64ebabdfa
|
Remove setup logging from sysinit
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-24 21:54:37 -08:00 |
Guillaume J. Charmes
|
91bf120c51
|
Better capability/namespace management
Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume.charmes@docker.com> (github: creack)
|
2014-02-24 21:52:29 -08:00 |
Michael Crosby
|
431d510cae
|
Remove container env var from libcontainer
Update tests to use native driver
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
|
2014-02-24 21:51:00 -08:00 |