{"id":21377724,"url":"https://github.com/quobject/dockermachineconfig","last_synced_at":"2025-08-10T03:06:32.958Z","repository":{"id":57214070,"uuid":"43257634","full_name":"Quobject/dockermachineconfig","owner":"Quobject","description":"A node.js wrapper for the docker-machine config command","archived":false,"fork":false,"pushed_at":"2015-11-05T19:43:24.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T04:47:12.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","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-27T17:53:12.000Z","updated_at":"2015-10-03T21:59:15.000Z","dependencies_parsed_at":"2022-08-31T18:02:48.683Z","dependency_job_id":null,"html_url":"https://github.com/Quobject/dockermachineconfig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quobject/dockermachineconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2Fdockermachineconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2Fdockermachineconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2Fdockermachineconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2Fdockermachineconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quobject","download_url":"https://codeload.github.com/Quobject/dockermachineconfig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2Fdockermachineconfig/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269668748,"owners_count":24456528,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-22T09:23:25.908Z","updated_at":"2025-08-10T03:06:32.921Z","avatar_url":"https://github.com/Quobject.png","language":"JavaScript","readme":"# dockermachineconfig\nA node.js wrapper for the `docker-machine config` command\n\n\n[![NPM](https://nodei.co/npm/dockermachineconfig.png?downloads=true\u0026downloadRank=true)](https://nodei.co/npm/dockermachineconfig/)\n[![NPM](https://nodei.co/npm-dl/dockermachineconfig.png?months=6\u0026height=3)](https://nodei.co/npm/dockermachineconfig/)\n\n## Installation\n\n### Step 1: Prerequisites\n\nThe docker-machine command line tool must be installed and accessible in the path\n\n### Step 2: Installation\n    \n    npm install dockermachineconfig\n    \nThen:\n\n```js\nvar dockermachine = require('dockermachineconfig');\n```\n\n\n## Usage\n\nWith promise:\n```js\n    dockermachine.config('machine.1.ap-southeast-2.1.0.0.4a').then( function (data) {\n      console.log('data =', data);\n    });\n\n//data = {\n//  raw: '--tlsverify --tlscacert=\"/home/ubuntu/.docker/machine/machines/machine.1.ap-southeast-2.1.0.0.4a/ca.pem\" --tlscert=\"/home/ubuntu/.docker/machine/machines/machine.1.ap-southeast-2.1.0.0.4a/cert.pem\" --tlskey=\"/home/ubuntu/.docker/machine/machines/machine.1.ap-southeast-2.1.0.0.4a/key.pem\" -H=tcp://52.64.155.4:2376',\n//  tlsverify: true,\n//  tlscacert: '/home/ubuntu/.docker/machine/machines/machine.1.ap-southeast-2.1.0.0.4a/ca.pem',\n//  tlscert: '/home/ubuntu/.docker/machine/machines/machine.1.ap-southeast-2.1.0.0.4a/cert.pem',\n//  tlskey: '/home/ubuntu/.docker/machine/machines/machine.1.ap-southeast-2.1.0.0.4a/key.pem',\n//  host: '52.64.155.4',\n//  port: '2376'\n//}\n\n\n```\n\nWith callback:\n```js\n    dockermachine.config('machine.1.ap-southeast-2.1.0.0.4a', function(err, data) {\n      console.log('data =', data);\n    });\n\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquobject%2Fdockermachineconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquobject%2Fdockermachineconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquobject%2Fdockermachineconfig/lists"}