Commit Graph

9832 Commits

Author SHA1 Message Date
Solomon Hykes 065eca9d4e Docker: the Linux container runtime 2013-03-17 19:09:51 -07:00
Frederick F. Kautz IV 6316b99556 Adding clean to beginning of all for cleaner builds. 2013-03-17 11:59:59 -07:00
Frederick F. Kautz IV bb9ce6b287 Adding bin to clean 2013-03-17 11:54:05 -07:00
Frederick F. Kautz IV a3ca3e9218 Makefile cleanup renamed to clean to match standard conventions. 2013-03-17 11:53:37 -07:00
Solomon Hykes a030c1bd24 Removed out-of-date examples directory (see README and the wiki for examples) 2013-03-16 18:36:52 -07:00
Solomon Hykes 4a1c40364c Removed redundant file used by debian packaging 2013-03-16 18:35:43 -07:00
Solomon Hykes 4015f8dd34 Merge pull request #101 from silas/examples
Fix docker run typo
2013-03-16 18:32:26 -07:00
Silas Sewell 16f132b156 Fix docker run typo 2013-03-16 16:16:13 -04:00
Solomon Hykes b400d78b19 Merge pull request #100 from silas/readme
Fix coffee typo
2013-03-16 12:35:43 -07:00
Silas Sewell e190c27d10 Fix coffee typo 2013-03-16 15:19:58 -04:00
Solomon Hykes da47420af6 Removed unnecessary step in the README 2013-03-16 11:39:49 -07:00
Solomon Hykes b55e461122 Merge pull request #84 from kencochrane/users
added docker login command to login to docker registry
2013-03-16 02:14:07 -07:00
Ken Cochrane c4640689af added better error message 2013-03-15 15:04:36 -07:00
Ken Cochrane 27ad71e025 fixed missing varible, error: 2013-03-15 14:48:42 -07:00
Ken Cochrane 0a35db8fd0 added more debugging/ error catching 2013-03-15 14:41:55 -07:00
Solomon Hykes c1c60a2835 Merge branch 'vagrant11-providers' of ssh://github.com/chooper/docker 2013-03-15 14:25:42 -07:00
Solomon Hykes ad29305630 Merged branch packaging 2013-03-15 14:20:02 -07:00
Solomon Hykes bb5b7897a4 Merged branch 79-rmi_regexp-feature 2013-03-15 14:08:02 -07:00
Solomon Hykes 5d569a8741 Merge branch 'packaging' 2013-03-15 13:45:08 -07:00
Ken Cochrane 878ae25980 made sure password was required, fixed docker help issue with login prompt 2013-03-15 07:49:27 -07:00
creack b2cf5041cd Change the errors.New() with fmt.Errof 2013-03-15 03:58:43 -07:00
Guillaume J. Charmes 29210802dd Merge pull request #95 from dotcloud/93-test_restore_fail-fix
Make sure that Deregister really returns an error instead of just displaying it
2013-03-15 03:10:27 -07:00
creack 54b44e3705 Make sure that Deregister really returns an error instead of just displaying it 2013-03-15 03:07:33 -07:00
Guillaume J. Charmes 9ff6dd767a Allow ping within a container. Issue #91
Allow the net_raw capability
2013-03-15 02:37:02 -07:00
creack 137af244ee Add the health check to mount_test 2013-03-15 02:33:37 -07:00
creack 030a33aa23 Implement more extensive tests on the image deletion 2013-03-15 02:22:50 -07:00
creack 2839a59018 Add a test to make sure we are root before starting the tests on docker package 2013-03-15 02:03:41 -07:00
creack 82188b9c2c Issue #92 Run go test on fs package as non-root 2013-03-15 02:01:48 -07:00
creack 4d80958b01 Add entries to the gitignore 2013-03-15 01:28:09 -07:00
creack cb7819cbc5 Correct the help 2013-03-15 00:47:02 -07:00
Daniel Mizyrycki 0e0d76b7ac packaging; issue #30: Add tests to Makefile 2013-03-14 23:13:31 -07:00
creack eab39dc3fa Add local build and tests to makefile 2013-03-14 23:13:31 -07:00
Daniel Mizyrycki 47a5a51d39 packaging; issue #30: Adjust package metadata 2013-03-14 23:13:31 -07:00
Daniel Mizyrycki 76bd475648 packaging; issue #30: Improved dependencies 2013-03-14 23:13:31 -07:00
Solomon Hykes 9598b28933 Moved debian-specific files to ./deb, minor fixes to Makefile 2013-03-14 23:13:31 -07:00
Solomon Hykes d615496c4c Gradual improvement of Makefile 2013-03-14 23:13:31 -07:00
Daniel Mizyrycki 3b9c97a5d5 packaging; issue #30: Add ubuntu deb packaging 2013-03-14 23:13:31 -07:00
Charles Hooper 7cc0a07524 Fix *other* typo in README 2013-03-15 04:29:10 +00:00
Charles Hooper 98a4d38eb4 Fix typo in README 2013-03-15 04:26:59 +00:00
Charles Hooper 8c83484bf2 Add AWS support for running Docker on AWS 2013-03-15 04:22:07 +00:00
Ken Cochrane 7ec6a311f8 Removed the extra newline char from the messages 2013-03-14 20:23:45 -07:00
Ken Cochrane d94a5b7d05 only show status message if there is one to show 2013-03-14 20:21:03 -07:00
Ken Cochrane 9b94d89b06 added more message changes 2013-03-14 19:43:42 -07:00
Ken Cochrane f1cf5074f5 cleaned up the code a little 2013-03-14 18:43:02 -07:00
Ken Cochrane 18519f12ae merge from master 2013-03-14 18:23:45 -07:00
creack c0b9afbf01 Add image removal unit tests 2013-03-14 18:07:33 -07:00
Ken Cochrane 5e79c4394a changed scanf's with fscanf's, so it works better for remote 2013-03-14 17:53:10 -07:00
Ken Cochrane be20f3c518 added ability to login/register to the docker registry, via the docker login command 2013-03-14 17:43:59 -07:00
Solomon Hykes c65c1738b5 Merge remote-tracking branch 'origin/65-autodownload_unittest_image' 2013-03-14 12:07:46 -07:00
Guillaume J. Charmes 7188dcd96d Merge pull request #78 from dotcloud/77-undeleted_mountpoint-fix
Fix undeleted mountpoint on destroy
2013-03-14 10:09:00 -07:00