Thatcher Peskens
4031a01af1
Merged changes
2013-04-22 18:38:42 -07:00
Guillaume J. Charmes
0b0d958b88
Merge pull request #463 from dotcloud/improve_pid_file_feature
...
Check that the pid in pidfile exists before preventing docker to start
2013-04-22 18:24:03 -07:00
Guillaume J. Charmes
03e4704ae5
Merge pull request #442 from dotcloud/fix_deleted_file_diff
...
Use aufs to handle parents whiteouts instead of doing it manually
2013-04-22 18:23:46 -07:00
Guillaume J. Charmes
7a8ac76299
Merge pull request #456 from dotcloud/453-generic_kernel_detection-fix
...
453 generic kernel detection fix
2013-04-22 18:20:17 -07:00
Guillaume J. Charmes
c05c91ca3b
Make kernel detection work without suffix
2013-04-22 18:15:33 -07:00
Guillaume J. Charmes
b76d63cb0c
Forbid attach to ghost
2013-04-22 17:53:32 -07:00
Guillaume J. Charmes
f926ed182f
Allow to kill/stop ghosts
2013-04-22 17:53:32 -07:00
Guillaume J. Charmes
d440782e17
Allow to kill container after docker server restarts
2013-04-22 17:52:38 -07:00
Guillaume J. Charmes
82848d4158
Allow to wait on container even after docker server restarts using lxc-info
2013-04-22 17:52:38 -07:00
Guillaume J. Charmes
97535e5a64
Add unit test for file deletion
2013-04-22 17:51:09 -07:00
Guillaume J. Charmes
f079fbe3fa
Check that the pid in pidfile exists before preventing docker to start
2013-04-22 15:57:31 -07:00
Guillaume J. Charmes
90d144b612
Merge pull request #457 from shamrin/patch-1
...
README.md: `docker port` instead of just `port`
2013-04-22 15:40:03 -07:00
Guillaume J. Charmes
d3db94696d
Merge pull request #461 from neomantra/master
...
Fix typo (ghot -> ghost)
2013-04-22 15:39:34 -07:00
Evan Wies
ffe16e3224
Fix typo (ghot -> ghost)
2013-04-22 18:37:06 -04:00
Guillaume J. Charmes
0b60829df7
Add initial changelog
2013-04-22 15:26:06 -07:00
Victor Vieux
6ce475dbdf
added push hijack (wip)
2013-04-22 23:37:22 +02:00
Thatcher Peskens
690e118670
Updated gettingstarted with quicker install.
2013-04-22 13:36:00 -07:00
Alexey Shamrin
038e1d174b
README.md: docker port
instead of just port
2013-04-23 00:27:23 +04:00
Thatcher Peskens
6c8dcd5cbb
Updated Vagrantfile and documentation to reflect new installation path using Ubuntu's PPA, also switched everything to use Ubuntu 12.04 by default.
2013-04-22 13:10:32 -07:00
Guillaume J. Charmes
16aeb77d51
Move the kernel detection to arch specific files
2013-04-22 12:08:59 -07:00
Guillaume J. Charmes
4ac3b803b9
Make the kernel version detection more generic
2013-04-22 11:39:56 -07:00
Guillaume J. Charmes
3514e47edc
Do not prevent docker from running when kernel detection fails
2013-04-22 11:26:34 -07:00
Guillaume J. Charmes
acb546cd1b
Fix race within TestRunDisconnectTty
2013-04-22 11:16:32 -07:00
Victor Vieux
1aa7f1392d
restify api
2013-04-22 18:17:47 +02:00
Guillaume J. Charmes
2ced94b414
Merge pull request #454 from tianon/master
...
Update utils.go to not enforce extra constraints on the kernel "flavor" (such as being integral or even comparable one to another)
2013-04-22 08:02:42 -07:00
Guillaume J. Charmes
71b5806614
Do not stop execution if cgroup mountpoint is not found
2013-04-22 00:44:57 -04:00
Tianon Gravi
1f65c6bf4c
Update utils.go to not enforce extra constraints on the kernel "flavor" (such as being integral or even comparable one to another)
...
This is especially to fix the current docker on kernels such as gentoo-sources, where the "flavor" is the string "gentoo", and that obviously fails to be converted to an integer.
2013-04-21 19:19:38 -06:00
Solomon Hykes
965e8a02d2
'docker push' shows an additional progress bar while it buffers the archive to disk. Fixes #451 .
2013-04-21 15:29:26 -07:00
Solomon Hykes
baacae8345
'docker push' buffers filesystem archives on disk instead of memory.
2013-04-21 14:23:55 -07:00
Solomon Hykes
52cedb8a05
Better title in ubuntu install doc
2013-04-20 18:26:15 -07:00
Solomon Hykes
15c7e72e2a
Merge branch 'master' of ssh://github.com/dotcloud/docker
2013-04-20 18:19:04 -07:00
Solomon Hykes
76b40ad6c9
Merge remote-tracking branch 'origin/check_kernel_capabilities'
2013-04-20 17:40:25 -07:00
Solomon Hykes
6909f3911f
Merge pull request #422 from shawnsi/arch-docs
...
Arch docs
2013-04-20 17:35:43 -07:00
Solomon Hykes
3b6c540fe8
Bumped version to 0.1.7
2013-04-20 17:35:00 -07:00
Solomon Hykes
d49a273071
Moved 'under the hood' below install instructions and examples in README
2013-04-20 17:33:02 -07:00
Solomon Hykes
1201c418cd
Fix Ubuntu install doc
2013-04-20 17:31:49 -07:00
Solomon Hykes
4a9c3a92e1
Formatting fix in ubuntu install doc
2013-04-20 17:30:33 -07:00
Solomon Hykes
28831a412f
Link to public images list in the README
2013-04-20 17:29:41 -07:00
Solomon Hykes
70cf467fdf
Removed duplicate ubuntu binary install instructions from README
2013-04-20 17:29:12 -07:00
Solomon Hykes
c40f01319f
Cleaned up install instructions in the README
...
* Addded quick install on ubuntu as the 1st install option
* Grouped other binary installs under "binary installs"
* Removed duplicate binary ubuntu installs (linked to the docs)
* Improved "build from source" instructions
2013-04-20 17:26:50 -07:00
Thatcher Peskens
0731d1a582
Updated ubuntu install
2013-04-19 20:59:43 -07:00
Thatcher Peskens
8ecde8f9a5
Updated documentation and fixed Vagrantfile
2013-04-19 20:57:50 -07:00
Solomon Hykes
911925b54a
Add a test for allocating tcp ports and reaching them on localhost
2013-04-19 20:46:07 -07:00
Solomon Hykes
7f1a32b9ff
Shutdown loopback-to-loopback proxy when unmapping a port
2013-04-19 20:44:25 -07:00
Solomon Hykes
930e9a7e43
Emulate DNAT in userland for loopback-to-loopback connections. This makes container ports available from localhost.
2013-04-19 19:35:44 -07:00
Solomon Hykes
61259ab4b4
Exclude loopback-to-loopback connections from DNAT rules, to allow userland proxying
2013-04-19 19:32:32 -07:00
Solomon Hykes
931ca464a7
'docker ps' shows port mappings
2013-04-19 19:29:13 -07:00
Guillaume J. Charmes
cc5a044a8c
update TestRunDisconnectTty to reflect the correct behavior of CmdRun
2013-04-19 17:51:41 -07:00
Guillaume J. Charmes
0eb425426f
Merge pull request #444 from lopter/master
...
Fixe the race condition between docker run and docker logs from #428
2013-04-19 18:09:58 -07:00
Guillaume J. Charmes
3bfb70db24
Wait for the container terminate at the end of CmdRun
...
Fixes the race condition between docker run and docker logs from #428 .
2013-04-19 18:06:13 -07:00