Commit graph

45197 commits

Author SHA1 Message Date
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
creack
3cd34f1039 Issue #79, add regexp to the CmdRmi command 2013-03-14 09:27:06 -07:00
Guillaume J. Charmes
fcc0af9f5b Fix undeleted mountpoint on destroy
Issue #77, Now mountpoints are always deleted even when not currently mounted.
2013-03-14 04:06:57 -07:00
creack
de753d5a90 issue #65 automatically download busybox for unittests 2013-03-14 02:43:16 -07:00
creack
e5e66716df Move commands into docker 2013-03-14 02:43:16 -07:00
Solomon Hykes
b97f9e8148 Removed web console feature for now - let's focus on the core before adding bells and whistles 2013-03-13 22:13:38 -07:00
Solomon Hykes
cc18df61b9 Bumped version to 0.0.2 2013-03-13 22:12:24 -07:00
Solomon Hykes
681e452832 Merge branch 'master' of ssh://github.com/dotcloud/docker 2013-03-13 21:50:25 -07:00
Solomon Hykes
a444327ab6 Fixed a bug which causes 'docker import' to fail silently when bsdtar is not installed 2013-03-13 21:50:15 -07:00
Solomon Hykes
722d4c92c3 Merge pull request #74 from jpetazzo/contrib-install-sh
Update get.docker.io install script for single-binary
2013-03-13 21:30:45 -07:00
Solomon Hykes
27512332d0 Merge pull request #73 from jpetazzo/contrib-make-busybox-image
Add contrib/ directory, README, and script to create a basic busybox image
2013-03-13 21:30:22 -07:00
Solomon Hykes
0b5e223b4e Moved debian-specific files to ./deb, minor fixes to Makefile 2013-03-13 21:22:30 -07:00
Solomon Hykes
78ef1ba32f Gradual improvement of Makefile 2013-03-13 21:11:05 -07:00
jpetazzo
e81d7132fa Update get.docker.io install script for single-binary 2013-03-14 03:29:56 +00:00
jpetazzo
c74408d7b8 Add contrib/ directory, README, and script to create a basic busybox image 2013-03-14 03:16:42 +00:00
jpetazzo
71c997dc83 Add contrib/ directory, README, and script to create a basic busybox image 2013-03-14 03:13:00 +00:00
Solomon Hykes
a1712ea6d3 Merge pull request #72 from chooper/master
Create /var/lib/docker so new installs don't fail
2013-03-13 19:51:12 -07:00
Solomon Hykes
a216712f3c 'docker images' lists images in reverse creation order 2013-03-13 19:09:19 -07:00
Charles Hooper
2b8c79d74c Merge remote-tracking branch 'upstream/master' 2013-03-14 01:49:46 +00:00
Charles Hooper
06553a756b Create docker directories *before* allocating a LayerStore 2013-03-14 01:48:50 +00:00
Solomon Hykes
c78cbbd002 Changed image mirror to http://get.docker.io/images 2013-03-13 18:37:53 -07:00
Charles Hooper
3686feaccc Minor formatting changes to ProgressReader. Newlines when complete 2013-03-14 01:37:47 +00:00
Solomon Hykes
d6c3d02205 gofmt 2013-03-13 18:37:00 -07:00
Daniel Mizyrycki
09d96656a0 packaging; issue #30: Add ubuntu deb packaging 2013-03-13 17:08:04 -07:00
Andy Rothfusz
e614690f07 spelling fix 2013-03-13 16:06:57 -07:00
Solomon Hykes
3a6c2e48f9 Merge pull request #61 from synack/master
Add a makefile to make life easier
2013-03-13 15:44:22 -07:00
Solomon Hykes
0f952a7dbb Removed deprecated docker/image module 2013-03-13 15:36:22 -07:00
Solomon Hykes
1b34630b8c Cleaned up fs.LayerStore.AddLayer() 2013-03-13 14:20:07 -07:00
Solomon Hykes
68e173ad50 Merge branch store_register_refactor 2013-03-13 14:09:04 -07:00
Solomon Hykes
8f81feb1f0 Merge branch 'pull-missing' of ssh://github.com/chooper/docker 2013-03-13 13:50:47 -07:00
Solomon Hykes
ce20fbfff6 Improved output of 'docker inspect' 2013-03-13 13:48:00 -07:00
Ken Cochrane
f0a65207ab changed the fs.store.Register and fs.store.Create, so that it is a little cleaner, and easier to reuse. Also added a unit test 2013-03-13 13:35:34 -07:00
Ken Cochrane
fde01381d5 puppet fixes for recent vagrant changes 2013-03-13 13:31:23 -07:00
Ken Cochrane
d479efc01e updated Vagrant to support new single binary, and exposing the vagrant shared folder, and setting some ENV variables 2013-03-13 13:30:13 -07:00
Solomon Hykes
f3d826447d Merge branch 'master' of ssh://github.com/dotcloud/docker 2013-03-13 13:24:16 -07:00
Solomon Hykes
f5f26a510f 'docker inspect' supports pinned versions again (eg. 'docker inspect PATH:revision') 2013-03-13 13:23:59 -07:00