Commit Graph

  • f498dd2a2b - Registry: Fix issue preventing to pull specific tag Guillaume J. Charmes 2013-05-16 12:29:16 -07:00
  • f29e5dc8a1 Remove hijack from api when not necessary Guillaume J. Charmes 2013-05-16 12:09:06 -07:00
  • db1e965b65 Merge fixes + cleanup Guillaume J. Charmes 2013-05-16 11:27:50 -07:00
  • 2ae8aaa106 Merge branch 'master' into 610-improve_rmi-feature Guillaume J. Charmes 2013-05-16 11:15:16 -07:00
  • e86fe7e5af Merge pull request #622 from dotcloud/616-support_wider_range_bool-feature Guillaume J. Charmes 2013-05-16 10:37:23 -07:00
  • 0c5443571d 1 or 0 -> 1/True/true or 0/False/false Victor Vieux 2013-05-16 13:45:29 +00:00
  • 6677c7964a Merge pull request #620 from dhrp/documentation-review Thatcher 2013-05-15 20:12:09 -07:00
  • 8454a86e97 Mostly changes to the html, moved pages, fixed links. Thatcher Peskens 2013-05-15 20:00:20 -07:00
  • fef816163c Merge pull request #618 from titanous/cleanup Guillaume J. Charmes 2013-05-15 18:05:31 -07:00
  • f53ec3373d Merge pull request #604 from dotcloud/603-docker-ci Guillaume J. Charmes 2013-05-15 18:05:02 -07:00
  • 0ad34c6cd5 Merge pull request #605 from dotcloud/251-packaging-debian Guillaume J. Charmes 2013-05-15 18:04:26 -07:00
  • acf1d5bf0e Merge pull request #592 from dotcloud/refactor_commands_object-feature Guillaume J. Charmes 2013-05-15 18:03:30 -07:00
  • d8bf5af79b Merge pull request #578 from dotcloud/registry-update-tests Guillaume J. Charmes 2013-05-15 18:00:13 -07:00
  • 7cd7dcda0b Merge pull request #608 from dotcloud/split_subpackage Guillaume J. Charmes 2013-05-15 17:59:10 -07:00
  • 1b04ccf62c Disable registry unit tests Guillaume J. Charmes 2013-05-15 17:57:53 -07:00
  • 10f5b6486c Update utils_test.go Guillaume J. Charmes 2013-05-15 17:46:01 -07:00
  • 822cf67dae Remove test file Guillaume J. Charmes 2013-05-15 17:44:37 -07:00
  • f3bab52df4 Move getKernelVersion to utils package Guillaume J. Charmes 2013-05-15 17:40:47 -07:00
  • 10e19e4b97 Update tests to reflect new AuthConfig Guillaume J. Charmes 2013-05-15 17:31:11 -07:00
  • 95dd6d31a4 Move authConfig from runtime to registry Guillaume J. Charmes 2013-05-15 17:17:33 -07:00
  • b5c1b17b50 Updated getting started on website. Thatcher Peskens 2013-05-15 16:19:18 -07:00
  • 2ebbd2d636 Clean up of unnecessary files. Thatcher Peskens 2013-05-15 16:13:20 -07:00
  • ce35f5d899 Updated the entire installation section text, checked everything, cleaned up rackspace installation. Thatcher Peskens 2013-05-15 16:11:59 -07:00
  • bb85ce9aff Allow to change login Guillaume J. Charmes 2013-05-15 13:39:24 -07:00
  • dc9d6c1c1f Upload images only when necessary Guillaume J. Charmes 2013-05-15 13:22:57 -07:00
  • aa0d40747c Remove broken, redundant struct tag Jonathan Rudenberg 2013-05-15 16:02:24 -04:00
  • 3a339b2bb3 Update AUTHORS Jonathan Rudenberg 2013-05-15 15:56:53 -04:00
  • 52ef89f9c2 Fix mistaken call to fmt.Println Jonathan Rudenberg 2013-05-15 15:52:19 -04:00
  • 04748a7766 Fix logic flaw in builder.mergeConfig Jonathan Rudenberg 2013-05-15 15:51:04 -04:00
  • 97880a223e Move httpClient within registry object Guillaume J. Charmes 2013-05-15 19:22:08 +00:00
  • 2f4de3867d Reenable docker push Guillaume J. Charmes 2013-05-15 19:21:37 +00:00
  • 398a6317a0 Remove stdout from registry Guillaume J. Charmes 2013-05-15 18:50:52 +00:00
  • 49b61af1f8 Refactor registry Push Guillaume J. Charmes 2013-05-15 18:30:40 +00:00
  • f27415540f rename client to DockerCli to prepare the split CLI/API Victor Vieux 2013-05-15 14:16:46 +00:00
  • c80448c4d1 improve rmi Victor Vieux 2013-05-15 13:11:39 +00:00
  • 828d1aa507 Begin to implement push with new project structure Guillaume J. Charmes 2013-05-15 03:27:15 +00:00
  • e7077320ff Update tests to reflect new project structure Guillaume J. Charmes 2013-05-15 01:52:09 +00:00
  • 9bb3dc9843 Split registry into subpackage Guillaume J. Charmes 2013-05-15 01:41:39 +00:00
  • c75942c79d add 4243 port forward Victor Vieux 2013-05-15 02:41:19 +02:00
  • 2e69e1727b Create a subpackage for utils Guillaume J. Charmes 2013-05-14 22:37:35 +00:00
  • 539c876727 Make tests less verbose shin- 2013-05-13 11:54:38 -07:00
  • e6324ff400 Added small doc page for DOCKER_INDEX_URL variable shin- 2013-05-10 11:17:41 -07:00
  • 17ad00a35e gofmt pass shin- 2013-05-10 08:52:25 -07:00
  • 6c7dc1de86 Repository name can not exceed 30 characters shin- 2013-05-10 08:51:13 -07:00
  • 20a57f15b9 Added login/account creation tests shin- 2013-05-10 06:34:19 -07:00
  • 54871e3683 Added test for PushRepository shin- 2013-05-09 09:56:52 -07:00
  • 2b620efffd Allow index server address to vary during execution shin- 2013-05-09 07:41:59 -07:00
  • fc1d1d871b Find docker index URL in ENV before using default value. Unit tests for docker pull shin- 2013-05-08 10:21:21 -07:00
  • 341739d916 packaging-debian; issue #251: Update files for prerelease Daniel Mizyrycki 2013-05-14 03:28:59 -07:00
  • 085ee6fcc4 testing; issue #603: Create AWS testing buildbot instance for docker CI Daniel Mizyrycki 2013-05-13 23:10:00 -07:00
  • d586662ce5 Merge pull request #598 from unclejack/build-docker-with-go1.1 Guillaume J. Charmes 2013-05-13 15:20:13 -07:00
  • 48fcde8193 build docker using Go 1.1 unclejack 2013-05-14 01:10:24 +03:00
  • ccc4fae30a Merge pull request #586 from tbikeev/master Guillaume J. Charmes 2013-05-13 14:06:48 -07:00
  • 01cecfe2f3 Merge pull request #588 from kencochrane/rackspace-docs Ken Cochrane 2013-05-13 14:06:15 -07:00
  • 3491957e35 Merge pull request #597 from dotcloud/589-volumes_crash-fix Guillaume J. Charmes 2013-05-13 13:09:03 -07:00
  • be9dd7b85f Make sure that the layer exists prior to store it Guillaume J. Charmes 2013-05-13 13:08:16 -07:00
  • edc7c092d9 Merge pull request #551 from jpetazzo/471-cpu-limit Guillaume J. Charmes 2013-05-13 11:59:09 -07:00
  • 90b4e097cf Merge pull request #581 from dhrp/actually_rebased_docs Ken Cochrane 2013-05-13 11:47:26 -07:00
  • 4551fbd700 Merge remote-tracking branch 'dotcloud/master' into clean-reshuffle Thatcher Peskens 2013-05-13 11:44:52 -07:00
  • 37b80325d0 Merge pull request #593 from dotcloud/579-move_display_options_to_client-feature Guillaume J. Charmes 2013-05-13 11:40:46 -07:00
  • 4fb89027e6 add host Victor Vieux 2013-05-13 20:34:09 +02:00
  • 6390d25010 Moved docker-remote-api doc to api section Thatcher Peskens 2013-05-13 11:21:28 -07:00
  • 097531d853 Merge remote-tracking branch 'dotcloud/master' into clean-reshuffle Thatcher Peskens 2013-05-13 11:12:19 -07:00
  • 02d255457a Merge pull request #591 from dotcloud/590_error_message-fix Guillaume J. Charmes 2013-05-13 10:58:05 -07:00
  • 38bc134db3 Merge pull request #587 from zimbatm/fix/readme-build-example Guillaume J. Charmes 2013-05-13 10:50:51 -07:00
  • 9023db5c5d Merge pull request #595 from dotcloud/typo_error-fix Guillaume J. Charmes 2013-05-13 10:46:38 -07:00
  • 824ad4274a Change t.Skip to t.Log in tests for go1.0.3 compatibility Guillaume J. Charmes 2013-05-13 10:45:45 -07:00
  • 182842e3c3 fix error push Victor Vieux 2013-05-13 19:19:27 +02:00
  • a91b710961 add sizes in images and containers Victor Vieux 2013-05-13 15:10:26 +02:00
  • e82ff22fae add -notrunc on docker images Victor Vieux 2013-05-13 12:26:18 +02:00
  • 1990c49a62 removed only_ids and trunc_cmd from the api Victor Vieux 2013-05-13 12:18:55 +02:00
  • 761731215f refactor commands.go into an object, will be easier for tests Victor Vieux 2013-05-13 11:48:27 +02:00
  • 8b31d30601 fix error message in export Victor Vieux 2013-05-13 11:38:13 +02:00
  • 87038311fc fixed the git clone url, it was the read-write one that required ssh access to the docker account, changed to the read only version Ken Cochrane 2013-05-12 21:46:35 -04:00
  • f074e983bd updated the rackspace docs to have more information, and fixed a couple of mistakes Ken Cochrane 2013-05-12 13:12:44 -04:00
  • 823bc74935 Added install instructions for RackSpace cloud using Ubuntu 12.04, 12.10, 13.04 Ken Cochrane 2013-05-11 19:03:41 -04:00
  • a47d8799b1 Fixes the README build example to make it work Jonas Pfenniger 2013-05-11 23:50:06 +01:00
  • 908e4797a6 Merge pull request #584 from boffbowsh/builder-documentation Ken Cochrane 2013-05-11 12:39:44 -07:00
  • 9416574569 Make examples bash-highlighted Remove DOCKER-VERSION, easier to maintain Add example of multiple FROM steps Paul Bowsher 2013-05-11 18:34:26 +01:00
  • 9cfcfbae52 Made AWS region and ami to be configurable through the ENV variables. Thomas Bikeev 2013-05-11 19:27:42 +02:00
  • dfbea4ad9f Merge pull request #582 from dotcloud/refactor_api_file Guillaume J. Charmes 2013-05-10 15:26:32 -07:00
  • 1cce8572e2 Merge branch 'refactor_api_file' of github.com:dotcloud/docker into refactor_api_file Guillaume J. Charmes 2013-05-10 15:24:25 -07:00
  • b99446831f Update api_test.go to reflect new api.go Guillaume J. Charmes 2013-05-10 15:24:07 -07:00
  • f7beba3acc add writeJson Victor Vieux 2013-05-10 21:11:59 +02:00
  • 7cc082347f refactor api.go Victor Vieux 2013-05-10 20:20:49 +02:00
  • a98eafaf58 Expand upon Builder documentation and tidy Paul Bowsher 2013-05-10 22:49:42 +01:00
  • 6f3e868a7b Merge branch 'master' of github.com:dotcloud/docker into 471-cpu-limit Jérôme Petazzoni 2013-05-10 14:44:50 -07:00
  • d7adeb8a45 Merge pull request #583 from dotcloud/api-tests-1 Guillaume J. Charmes 2013-05-10 14:34:02 -07:00
  • 052a15ace9 - Registry: Fix the checksums file path Guillaume J. Charmes 2013-05-10 14:25:45 -07:00
  • ae80c37054 Small fix within TestGetImagesJson Guillaume J. Charmes 2013-05-10 13:58:21 -07:00
  • 5bec9275c0 Improve remote api unit tests Guillaume J. Charmes 2013-05-10 12:28:07 -07:00
  • 8946b75a0b Updated commands index to show better title. Small syntax fix in couchDB Thatcher Peskens 2013-05-10 12:25:02 -07:00
  • 67cdfc0c83 add writeJson Victor Vieux 2013-05-10 21:11:59 +02:00
  • 7557af19d8 Major rearrange of the documentation. Thatcher Peskens 2013-05-09 17:05:20 -07:00
  • d270501de2 Merge pull request #575 from odk-/notrunc-container-id Victor Vieux 2013-05-10 11:35:20 -07:00
  • dbc899130c refactor api.go Victor Vieux 2013-05-10 20:20:49 +02:00
  • 17c1704f4a fix run Victor Vieux 2013-05-10 17:00:26 +02:00
  • 53a8229ce7 fix tests in api_test.go Victor Vieux 2013-05-10 16:49:47 +02:00
  • 82313b1de9 full container.Id display when notrunc is used odk- 2013-05-10 10:18:01 +02:00
  • 1c5e9f8a88 Merge pull request #571 from dotcloud/569-run_after_rmi-fix Guillaume J. Charmes 2013-05-09 23:02:36 -07:00