.cane | 664 | 0 | 0 | | | 13 Bytes | 995b3d37af63e3db84d893d281025f29c2bd607cc1e0a6bb3436bded12b4d22f |
.gitignore | 664 | 0 | 0 | | | 35 Bytes | 29f1ac1ea9c4b9e563ad1015b0f6f253b0cb33f7c542d8d0feac0e03ec6cacee |
.travis.yml | 664 | 0 | 0 | | | 81 Bytes | f51a12be5347f951781618b21dff17dc95f0a0906e43d9c6e2f0b20698effed7 |
Gemfile | 664 | 0 | 0 | | | 38 Bytes | ebdd978b2fecb7eac69c909493dfec43964b1b7e1e0d61b0ddce77d860388ab5 |
README.md | 664 | 0 | 0 | | | 10.7 KB | 0ff59859c6826874bd724ae968cd10c189ac8c777d638a65194a9a904b837e77 |
Rakefile | 664 | 0 | 0 | | | 328 Bytes | 95f93df27fe50f0e273c3633f16e36cb0d4c7d52dc39d95d0fac395f672cb209 |
docker-api.gemspec | 664 | 0 | 0 | | | 1.08 KB | 908e991c075db13779034bed1dd853f4bdfefc009c90ed1c699c9bc8902dfabb |
lib/docker.rb | 664 | 0 | 0 | | | 1.23 KB | 9c52faca0eda8c8ba19ff6cb802950f346e202f6d0ed85903f70153d796af6f3 |
lib/docker/connection.rb | 664 | 0 | 0 | | | 2.34 KB | 166b83b2bf8c66dfa617d78b0b34fcdc0da784b5e97bdfd10f8fc41583ce6051 |
lib/docker/container.rb | 664 | 0 | 0 | | | 1.62 KB | 5feff74093906c170acd09c2e5128a0c87ba102c90fbe3d4fec0ce773733362c |
lib/docker/error.rb | 664 | 0 | 0 | | | 638 Bytes | 5695fc073bc2647e0063d7ac75f0d6785f3a82efee7b83bdd7ddaed5da4e0695 |
lib/docker/image.rb | 664 | 0 | 0 | | | 4.96 KB | 937f6f22ca7e41b6063b6fcabb7553f7b0843a225eb0f6ad21fa59a60c0b2236 |
lib/docker/model.rb | 664 | 0 | 0 | | | 2.73 KB | f6eeb27bfdd2dfc8a1eb7632868d88c2113b3edbaaafe249062ae5010592c243 |
lib/docker/version.rb | 664 | 0 | 0 | | | 38 Bytes | 9c842b9e29d0bd3a471b364b0bc18dc35f60c5e5cd64f47fa900be6329f82157 |
spec/docker/connection_spec.rb | 664 | 0 | 0 | | | 1.82 KB | 3acbe6b2068fff2dfe913fd6b0c26f45ae0342e6a29f52793f143266cf70a86e |
spec/docker/container_spec.rb | 664 | 0 | 0 | | | 10.2 KB | 74d3532c1992707fdf7a624521eeac4d1b74b9ba12b368e769b0f54221a4326b |
spec/docker/image_spec.rb | 664 | 0 | 0 | | | 9.18 KB | edab979aee901e0cd413a765afbe8bdc4dc03abce5a05b64e758caa38d0e61bc |
spec/docker_spec.rb | 664 | 0 | 0 | | | 1.38 KB | 0c4e227bffae12ce8b2de0124d4a51403aea646fb88d45dc056f4165c9bde59f |
spec/fixtures/Dockerfile | 664 | 0 | 0 | | | 18 Bytes | abfe3356bb388d69153aa80b41065420dfcf3840104d2ac775d952069d4d0234 |
spec/spec_helper.rb | 664 | 0 | 0 | | | 383 Bytes | e35fd142315e6c4e561060876b35c8f05f617d504a8707b852779eb9b9112d45 |
spec/support/vcr.rb | 664 | 0 | 0 | | | 267 Bytes | 7506d9ff4fcf088aa2d4b2edb414d83e01b6b71fc7bcdceb3c73a19feba52aba |
spec/vcr/Docker/_info/returns_the_info_as_a_Hash.yml | 664 | 0 | 0 | | | 761 Bytes | 59ed2fd03636dfa46db58f0c9d69ad6bcc2458112ebef1e8f34f83febef437b4 |
spec/vcr/Docker/_version/returns_the_version_as_a_Hash.yml | 664 | 0 | 0 | | | 716 Bytes | c991ada48d955fac8cdb20857dbcbd93c814c9ec4ca25010cd51fca2661121e9 |
spec/vcr/Docker_Container/_all/when_the_HTTP_response_is_a_200/materializes_each_Container_into_a_Docker_Container.yml | 664 | 0 | 0 | | | 473 KB | 28a3f335b1f78483e389799723d709b42b7b041b35c4fc3df1e8469871432d94 |
spec/vcr/Docker_Container/_attach/when_the_HTTP_response_status_is_200/yields_each_chunk.yml | 664 | 0 | 0 | | | 2 KB | c256ea2609ca168e7588d7d7e5eac57a17c5c2320a6454d2f0750863abd8ec3b |
spec/vcr/Docker_Container/_changes/when_the_HTTP_response_status_is_200/returns_the_changes_as_an_array.yml | 664 | 0 | 0 | | | 2.83 KB | 95affd6475da329d5db8c97d6cc06ceecda92ed68d9aea3f68fbb5933b5546b1 |
spec/vcr/Docker_Container/_commit/when_the_HTTP_response_status_is_200/creates_a_new_Image_from_the_Container_s_changes.yml | 664 | 0 | 0 | | | 2.12 KB | 35f288791ecc59144a1e0959a2f17620151ffa6b1c825b9d50ef8d0495b4577e |
spec/vcr/Docker_Container/_create/when_the_Container_does_not_yet_exist_and_the_body_is_a_Hash/when_the_HTTP_request_returns_a_200/sets_the_id.yml | 664 | 0 | 0 | | | 1006 Bytes | 436c277fc5ef672be022116b636810e1f7edf06141a205c956ae66eea168c76e |
spec/vcr/Docker_Container/_export/when_the_HTTP_response_status_is_200/yields_each_chunk.yml | 664 | 0 | 0 | | | 3.36 KB | a85d77ebaba6208c3282275956b4c27a4d7e3e083b42a596d7aafee77c23976f |
spec/vcr/Docker_Container/_json/when_the_HTTP_response_status_is_200/returns_the_description_as_a_Hash.yml | 664 | 0 | 0 | | | 2.28 KB | d5a5d38a21ab5da44744dd64f12f6b225c74d8df3efdaadfd2a6c0783985f78c |
spec/vcr/Docker_Container/_kill/when_the_HTTP_response_status_is_204/kills_the_container.yml | 664 | 0 | 0 | | | 237 KB | db69b1a182389ac76dbafc3bdb7c4fb73c7afe2298f06f46d8a153778ca7eec7 |
spec/vcr/Docker_Container/_restart/when_the_HTTP_response_status_is_204/restarts_the_container.yml | 664 | 0 | 0 | | | 5.18 KB | 31b417828e100f20f99123e182b64d2dab5bb638492cdfcfb06a432dc22aea2b |
spec/vcr/Docker_Container/_start/when_the_HTTP_response_status_is_200/starts_the_container.yml | 664 | 0 | 0 | | | 2.29 KB | 7e64856cd43df2f28074e861fd5d798a49ee450126c2f29f2f757117ddd79f2d |
spec/vcr/Docker_Container/_stop/when_the_HTTP_response_status_is_204/stops_the_container.yml | 664 | 0 | 0 | | | 238 KB | fd95f8bad3730d1d196acce7480ddfd0447f935c6f91a04461574c02fc22aeff |
spec/vcr/Docker_Container/_wait/when_the_HTTP_response_status_is_200/waits_for_the_command_to_finish.yml | 664 | 0 | 0 | | | 2.12 KB | 3c4b1ff87ecb2b298e502574524cf5445678091cae5e908701298aab84d05ede |
spec/vcr/Docker_Image/_all/when_the_HTTP_response_is_a_200/materializes_each_Image_into_a_Docker_Image.yml | 664 | 0 | 0 | | | 93.8 KB | 78060a0ce79a088a72d9d04e9aee498cdde8ad55093bb3abd6e5574f72cb113c |
spec/vcr/Docker_Image/_build/with_a_valid_Dockerfile/builds_an_image.yml | 664 | 0 | 0 | | | 2.24 KB | eb919bc6d6d3a06ce65de2d66a70809fb6326edcc75de0206c260dd5fe881507 |
spec/vcr/Docker_Image/_build/with_an_invalid_Dockerfile/throws_a_UnexpectedResponseError.yml | 664 | 0 | 0 | | | 2.23 KB | a50cf99cf2fa596d7151140bf376476434d726c5bcb86fc47669031a704d919d |
spec/vcr/Docker_Image/_build_from_dir/with_a_valid_Dockerfile/builds_the_image.yml | 664 | 0 | 0 | | | 2.81 KB | b243ed5db250355dcc9d39a762763703d2545bfb267fc215768ae3a58fc86d71 |
spec/vcr/Docker_Image/_create/when_the_Image_does_not_yet_exist_and_the_body_is_a_Hash/when_the_HTTP_request_returns_a_200/sets_the_id.yml | 664 | 0 | 0 | | | 955 Bytes | ec34299a87e628d394570771231df1ced391cf8c20db6894cb6505cb7ce154d1 |
spec/vcr/Docker_Image/_create_/when_the_Image_does_not_yet_exist_and_the_body_is_a_Hash/when_the_HTTP_request_returns_a_200/sets_the_id.yml | 664 | 0 | 0 | | | 960 Bytes | 4998e47d03d82e5e7e1ce79d6a317b4f263712ec354aabe23095ca2a7f2e22c0 |
spec/vcr/Docker_Image/_history/when_the_HTTP_response_status_is_200/returns_the_history_of_the_Image.yml | 664 | 0 | 0 | | | 1.82 KB | 627e193611341ef7a3e261635c0573a5514997bbf2d5b9ee537b853ae6dfbb64 |
spec/vcr/Docker_Image/_history/when_the_Image_has_been_created/when_the_HTTP_response_status_is_200/returns_the_history_of_the_Image.yml | 664 | 0 | 0 | | | 1.83 KB | eccb357e1c7530f802fe315faaf5cd22be330c213c41dfcb38d2844df94a6a77 |
spec/vcr/Docker_Image/_import/when_the_file_does_exist/creates_the_Image.yml | 664 | 0 | 0 | | | 784 Bytes | 81135e4f8202fd401539e6e8bae482816c635394b33c1a518779739cbd0c3786 |
spec/vcr/Docker_Image/_insert/when_the_HTTP_response_status_is_200/inserts_the_url_s_file_into_a_new_Image.yml | 664 | 0 | 0 | | | 6.76 KB | de648f3236aef699a3a8887a3a670dcd8db4646ad4cd8a1971d39c8ff0f51df7 |
spec/vcr/Docker_Image/_insert/when_the_Image_has_been_created/when_the_HTTP_response_status_is_200/inserts_the_url_s_file_into_a_new_Image.yml | 664 | 0 | 0 | | | 6.57 KB | 63b345d4d0a3ca35f62f825adb23f9302a169db162d465caef8fa5ba6a8538dd |
spec/vcr/Docker_Image/_json/when_the_HTTP_response_status_is_200/returns_additional_information_about_image_image.yml | 664 | 0 | 0 | | | 2.11 KB | 7c327555c9d3fb30953254aceb9692bc556bf99c2edcd2f60ef9b08267a38a59 |
spec/vcr/Docker_Image/_json/when_the_Image_has_been_created/when_the_HTTP_response_status_is_200/returns_additional_information_about_image_image.yml | 664 | 0 | 0 | | | 2.11 KB | cdfa08273aa0e13c9abc16521dde642a685d73b40f9d2fb6b17e4be180f69b14 |
spec/vcr/Docker_Image/_remove/when_the_HTTP_response_status_is_204/removes_the_Image.yml | 664 | 0 | 0 | | | 83.9 KB | 5c4cd267533cdf1aec4365dfcf426496a5e0c795be32acfd4472249124d52658 |
spec/vcr/Docker_Image/_remove/when_the_Image_has_been_created/when_the_HTTP_response_status_is_204/nils_out_the_id.yml | 664 | 0 | 0 | | | 1.61 KB | 29a817cb3c667da6a0dd3ae3dd2f43c91448050a0c1efbb8ac103be0db028b0d |
spec/vcr/Docker_Image/_remove/when_the_Image_has_been_created/when_the_HTTP_response_status_is_204/removes_the_Image.yml | 664 | 0 | 0 | | | 1.61 KB | eb37a8128c2a8eba5122df1a9a28a455e0bd32dc2e4e29d22d10c6e818599476 |
spec/vcr/Docker_Image/_run/when_the_Image_has_been_created/when_the_argument_is_a_String/splits_the_String_by_spaces_and_creates_a_new_Container.yml | 664 | 0 | 0 | | | 2.9 KB | de5e68e189e8695a48315fec3d60e848e270df1ea42e0ff561fb25b12221b083 |
spec/vcr/Docker_Image/_run/when_the_Image_has_been_created/when_the_argument_is_an_Array/creates_a_new_Container.yml | 664 | 0 | 0 | | | 2.88 KB | 51dfb569299f6bb95d4edc4a54ace2b6941c0eaccabf2f5e6c2665154c701875 |
spec/vcr/Docker_Image/_run/when_the_argument_is_a_String/splits_the_String_by_spaces_and_creates_a_new_Container.yml | 664 | 0 | 0 | | | 2.89 KB | 125ffe617251d36eb3a1ea069dd0d8790555bfc6ff7a0e93af47a22719a581cc |
spec/vcr/Docker_Image/_run/when_the_argument_is_an_Array/creates_a_new_Container.yml | 664 | 0 | 0 | | | 2.88 KB | 1735ad07d5542861cb90ba4a6f049315fbac86822e751ec6bf3287f3537679c6 |
spec/vcr/Docker_Image/_search/when_the_HTTP_response_is_a_200/materializes_each_Image_into_a_Docker_Image.yml | 664 | 0 | 0 | | | 3.24 KB | cce0da0137248ce390398e2423d9942edfe133385b8d5b70111d365e7cb4c4cb |
spec/vcr/Docker_Image/_tag/when_the_HTTP_response_status_is_200/tags_the_image_with_the_repo_name.yml | 664 | 0 | 0 | | | 1.61 KB | 7b63db44d78f67f8a18cd4632c191e50ab230eb4b9a76ada3f25aa4363a85f78 |
spec/vcr/Docker_Image/_tag/when_the_Image_has_been_created/when_the_HTTP_response_status_is_200/tags_the_image_with_the_repo_name.yml | 664 | 0 | 0 | | | 1.62 KB | 67cd26bf51f3bf76fc5f2da1f2bb55ba7bbc3be6a921789ee916567524726729 |