{"id":13416130,"url":"https://github.com/tubesandlube/blimp","last_synced_at":"2026-01-11T08:06:13.962Z","repository":{"id":22643153,"uuid":"25986062","full_name":"tubesandlube/blimp","owner":"tubesandlube","description":"Mechanism to easily move a container from one Docker host to another","archived":false,"fork":false,"pushed_at":"2015-03-29T14:54:49.000Z","size":709,"stargazers_count":23,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-31T21:55:16.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://tubesandlube.github.io/blimp","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tubesandlube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-30T19:19:21.000Z","updated_at":"2024-01-08T21:13:24.000Z","dependencies_parsed_at":"2022-08-05T18:30:26.784Z","dependency_job_id":null,"html_url":"https://github.com/tubesandlube/blimp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubesandlube%2Fblimp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubesandlube%2Fblimp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubesandlube%2Fblimp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tubesandlube%2Fblimp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tubesandlube","download_url":"https://codeload.github.com/tubesandlube/blimp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243663485,"owners_count":20327299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T21:00:54.629Z","updated_at":"2026-01-11T08:06:13.877Z","avatar_url":"https://github.com/tubesandlube.png","language":"Perl","funding_links":[],"categories":["Container Operations","Remote Container Manager / Orchestration"],"sub_categories":["Orchestration"],"readme":"This hack was written in 2014 as a participating entry in the Docker global hack day. Popular voting came to a close and many interesting projects came out of it. This particular project would require some cleanup and less hack-like code to really be useful, but it was an interesting experiment and certainly scratched an itch.  https://www.docker.com/community/globalhackday#24\n\nblimp\n=====\n\nMechanism to easily move a container from one Docker host to another, show containers running against all of your hosts, replicate a container across multiple hosts and more.\n\nPresently relies on Docker `machine` at https://github.com/docker/machine\n\nSee it in action: https://www.youtube.com/watch?v=L66f5kkN7W8\n\nenvironment\n=======\n\nThe environment variable `DOCKER_BINARY` can be set to a specific path for an alternate or path-specific docker binary. Often needed if you have built the branch for `docker machines` capability on a shared system.\n\ninstall\n=======\n\ndependencies: curl, perl\n\ninstall Docker machine, you can build it from https://github.com/docker/machine, or you can run it from a Docker container: defermat/machine)\n\nadd some hosts using `docker-machine`\n\n`git clone https://github.com/tubesandlube/blimp.git`\n\n`cd blimp/bin`\n\n`./blimp`\n\nNote: for logging, setup syslog, and blimp will automatically send messages there.\n\nusage\n=====\n\nsee [``commands.md``](https://github.com/tubesandlube/blimp/blob/master/commands.md)\n\nfaq\n===\n\nWhat do I do if I see this error?\n\n```\n  Can't locate JSON.pm in @INC (you may need to install the JSON module) (@INC contains: ../lib ../lib /etc/perl\n  /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18\n  /usr/share/perl/5.18 /usr/local/lib/site_perl .) at ./blimp line 55.\n  BEGIN failed--compilation aborted at ./blimp line 55.\n```\n\nInstall the JSON library via the CPAN shell:\n```\nsudo cpan install JSON\n```\n\nor\n\n```\nPERL_MM_USE_DEFAULT=1 sudo perl -MCPAN -e 'install JSON'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftubesandlube%2Fblimp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftubesandlube%2Fblimp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftubesandlube%2Fblimp/lists"}