{"id":20809702,"url":"https://github.com/smartxworks/docker-machine-driver-smtxos","last_synced_at":"2026-04-20T08:02:58.511Z","repository":{"id":103098606,"uuid":"191481118","full_name":"smartxworks/docker-machine-driver-smtxos","owner":"smartxworks","description":"Docker machine driver of SMTX OS","archived":false,"fork":false,"pushed_at":"2023-04-04T21:12:12.000Z","size":4964,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-19T15:41:14.747Z","etag":null,"topics":["docker-machine","docker-machine-driver"],"latest_commit_sha":null,"homepage":"","language":"Go","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/smartxworks.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-12T02:16:00.000Z","updated_at":"2022-03-18T06:54:49.000Z","dependencies_parsed_at":"2023-05-29T06:45:43.493Z","dependency_job_id":null,"html_url":"https://github.com/smartxworks/docker-machine-driver-smtxos","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/smartxworks/docker-machine-driver-smtxos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartxworks%2Fdocker-machine-driver-smtxos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartxworks%2Fdocker-machine-driver-smtxos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartxworks%2Fdocker-machine-driver-smtxos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartxworks%2Fdocker-machine-driver-smtxos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartxworks","download_url":"https://codeload.github.com/smartxworks/docker-machine-driver-smtxos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartxworks%2Fdocker-machine-driver-smtxos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32038456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["docker-machine","docker-machine-driver"],"created_at":"2024-11-17T20:16:49.505Z","updated_at":"2026-04-20T08:02:58.504Z","avatar_url":"https://github.com/smartxworks.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Machine Driver of SMTX OS\n\n[![Build Status](https://travis-ci.org/smartxworks/docker-machine-driver-smtxos.svg?branch=master)](https://travis-ci.org/smartxworks/docker-machine-driver-smtxos)\n\nCreate Docker machines remotely on [SMTX OS](https://www.smartx.com/smtx-os/). This driver requires SMTX OS 4.0 or above. Earlier versions of SMTX OS will not work with this driver.\n\n## Installation\n\n### From a release\n\nThe latest version of the driver binary is available on the [GithHub Releases](https://github.com/smartxworks/docker-machine-driver-smtxos/releases) page. Download the the binary that corresponds to your OS into a directory residing in your `$PATH`.\n\n### From source\n\nMake sure you have installed [Go](https://golang.org) and configured `$GOPATH` properly. For MacOS and Linux, make sure `$GOPATH/bin` is part of your `$PATH`. For Windows, make sure `%GOPATH%\\bin` is included in `%PATH%`.\n\nRun the following command:\n\n```bash\ngo get -u github.com/smartxworks/docker-machine-driver-smtxos\n```\n\n## Usage\n\n```bash\ndocker-machine create -d smtxos --smtxos-server \u003cyour-smtxos-server\u003e --smtxos-password \u003cyour-smtxos-root-password\u003e \u003cmachine-name\u003e\n```\n\n## Options\n\n```\ndocker-machine create -d smtxos --help\n```\n\n| CLI option                        | Environment variable          | Default value                     | Description |\n| --------------------------------- | ----------------------------- | --------------------------------- | ----------- |\n| `--smtxos-server`                 | `SMTXOS_SERVER`               | -                                 | address of SMTX OS server |\n| `--smtxos-port`                   | `SMTXOS_PORT`                 | `80`                              | port of SMTX OS server |\n| `--smtxos-username`               | `SMTXOS_USERNAME`             | `root`                            | username used to login SMTX OS |\n| `--smtxos-password`               | `SMTXOS_PASSWORD`             | -                                 | password used to login SMTX OS |\n| `--smtxos-cpu-count`              | `SMTXOS_CPU_COUNT`            | `2`                               | number of CPU cores for VM |\n| `--smtxos-memory-size`            | `SMTXOS_MEMORY_SIZE`          | `4096`                            | size of memory for VM (in MB) |\n| `--smtxos-disk-size`              | `SMTXOS_DISK_SIZE`            | `10240`                           | size of disk for VM (in MB) |\n| `--smtxos-storage-policy-name`    | `SMTXOS_STORAGE_POLICY_NAME`  | `default`                         | name of storage policy of disk for VM |\n| `--smtxos-dockeros-image-path`    | `SMTXOS_DOCKEROS_IMAGE_PATH`  | `[kubernetes]/SMTX-DockerOS.raw`  | path of DockerOS image on SMTX OS, in the format of `[datastore-name]/file-path` |\n| `--smtxos-network-name`           | `SMTXOS_NETWORK_NAME`         | `default`                         | network name for VM |\n| `--smtxos-ha`                     | `SMTXOS_HA`                   | `false`                           | whether to enable high availability for VM |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartxworks%2Fdocker-machine-driver-smtxos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartxworks%2Fdocker-machine-driver-smtxos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartxworks%2Fdocker-machine-driver-smtxos/lists"}