{"id":19938129,"url":"https://github.com/dweinstein/docker-spawn","last_synced_at":"2026-02-03T06:36:30.715Z","repository":{"id":142071210,"uuid":"47997576","full_name":"dweinstein/docker-spawn","owner":"dweinstein","description":"node.js ChildProcess.spawn for running docker containers","archived":false,"fork":false,"pushed_at":"2015-12-14T19:58:55.000Z","size":1,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T15:08:17.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/dweinstein.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":"2015-12-14T19:50:14.000Z","updated_at":"2022-03-09T08:18:37.000Z","dependencies_parsed_at":"2023-06-25T19:46:12.969Z","dependency_job_id":null,"html_url":"https://github.com/dweinstein/docker-spawn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dweinstein/docker-spawn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fdocker-spawn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fdocker-spawn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fdocker-spawn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fdocker-spawn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dweinstein","download_url":"https://codeload.github.com/dweinstein/docker-spawn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dweinstein%2Fdocker-spawn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29035770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:11:29.234Z","status":"ssl_error","status_checked_at":"2026-02-03T06:11:03.146Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-12T23:38:28.263Z","updated_at":"2026-02-03T06:36:30.699Z","avatar_url":"https://github.com/dweinstein.png","language":null,"readme":"# docker-spawn\nNode.js ChildProcess.spawn for running docker containers\n\n# usage\n\n```js\n\nvar spawn = require('.').spawn;\n\nvar ps = spawn('mitmdump', [], {\n  stdio: ['ignore', process.stdout, process.stderr],\n  config: {\n    Image: 'mitmproxy/releases:0.14',\n    Tty: false,\n    OpenStdin: false,\n    Binds: [\n      '/Users/user/share:/data'\n    ],\n    PortBindings: {\n      '8080/tcp': [ { HostIp: '', HostPort: '8080' } ]\n    }\n  }\n});\n\nps.stdout.pipe(process.stdout);\nps.stderr.pipe(process.stderr);\n\nps.on('close', function (code, signal) {\n  console.log('exited with code', code, signal);\n});\n\nconsole.log('container name:', ps.container);\n\nsetTimeout(function () {\n  ps.kill('SIGKILL');\n}, 10000);\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdweinstein%2Fdocker-spawn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdweinstein%2Fdocker-spawn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdweinstein%2Fdocker-spawn/lists"}