{"id":21377723,"url":"https://github.com/quobject/dockerode-bluebird","last_synced_at":"2025-07-13T10:31:49.071Z","repository":{"id":57214076,"uuid":"41881891","full_name":"Quobject/dockerode-bluebird","owner":"Quobject","description":"dockerode bluebird from https://github.com/d6u/Dockership/blob/master/lib/promisified/docker-promisified.js","archived":false,"fork":false,"pushed_at":"2015-09-14T18:45:14.000Z","size":168,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T16:01:49.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quobject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-03T20:23:26.000Z","updated_at":"2015-09-25T04:58:10.000Z","dependencies_parsed_at":"2022-08-26T13:31:01.663Z","dependency_job_id":null,"html_url":"https://github.com/Quobject/dockerode-bluebird","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Quobject/dockerode-bluebird","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2Fdockerode-bluebird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2Fdockerode-bluebird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2Fdockerode-bluebird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2Fdockerode-bluebird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quobject","download_url":"https://codeload.github.com/Quobject/dockerode-bluebird/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2Fdockerode-bluebird/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265128294,"owners_count":23715621,"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-11-22T09:23:25.869Z","updated_at":"2025-07-13T10:31:48.803Z","avatar_url":"https://github.com/Quobject.png","language":"JavaScript","readme":"# dockerode-bluebird\n\n[![NPM](https://nodei.co/npm/dockerode-bluebird.png?downloads=true\u0026downloadRank=true)](https://nodei.co/npm/dockerode-bluebird/)\n[![NPM](https://nodei.co/npm-dl/dockerode-bluebird.png?months=6\u0026height=3)](https://nodei.co/npm/dockerode-bluebird/)\n\nSee [https://github.com/apocas/dockerode/pull/108](https://github.com/apocas/dockerode/pull/108).\n\n## Node.js\n\n    npm install dockerode-bluebird\n\nThen:\n\n```js\nvar Docker = require(\"dockerode-bluebird\");\n```\n\n## Usage\n\n```js\nvar docker = new Docker({socketPath: '/var/run/docker.sock'});\n\nvar data = {\n    Image: 'mesoscloud/zookeeper:3.4.6-ubuntu-14.04',\n    //Cmd: [],\n    'ExposedPorts': {\n      '2181/tcp': {}\n    },\n    name: 'zookeeper',\n    HostConfig: {\n      PortBindings: {\n        \"2181/tcp\": [\n            {\n              \"HostPort\": \"2181\"\n            }\n        ]\n      }\n    }\n};\n\ndocker.createContainerAsync(data).then( function(container) {\n  console.log('startZookeeper container = ' + container);\n  return container.startAsync();\n}).catch(function(error) {\n  console.log('startZookeeper error = ' + error);\n}).finally( function() {\n  console.log('startZookeeper finally ');\n});\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquobject%2Fdockerode-bluebird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquobject%2Fdockerode-bluebird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquobject%2Fdockerode-bluebird/lists"}