{"id":16148174,"url":"https://github.com/chanwit/gattai","last_synced_at":"2025-04-06T21:19:54.409Z","repository":{"id":65453174,"uuid":"42357641","full_name":"chanwit/gattai","owner":"chanwit","description":"Mission control for Docker","archived":false,"fork":false,"pushed_at":"2015-11-03T16:36:53.000Z","size":352,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-13T03:18:18.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/chanwit.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-09-12T13:17:20.000Z","updated_at":"2018-08-07T12:18:17.000Z","dependencies_parsed_at":"2023-01-24T07:05:11.751Z","dependency_job_id":null,"html_url":"https://github.com/chanwit/gattai","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanwit%2Fgattai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanwit%2Fgattai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanwit%2Fgattai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanwit%2Fgattai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chanwit","download_url":"https://codeload.github.com/chanwit/gattai/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247551031,"owners_count":20957042,"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-10-10T00:31:23.056Z","updated_at":"2025-04-06T21:19:54.383Z","avatar_url":"https://github.com/chanwit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gattai\r\n\r\nMission control for Docker\r\n\r\n`gattai` is a client for Docker with the orchestration workflow in mind.\r\nIt is based on `docker/cli` so its commands are fully compatible with `docker`.\r\nBasically, `gattai` can be a drop-in replacement for `docker` client.\r\n\r\nIn addition, `gattai` includes `libmachine` for machine provisioning, codes from `swarm` for built-in discovery management. It's planned to include `libcompose` for service composition in future releases.\r\n\r\n## Quick Start\r\n\r\nYou can setup a Docker cluster with `gattai` in just 4 steps.\r\n\r\n  * `$ gattai init` will initialize a Gattai repository to store workflow-related files.\r\n  * Open and edit `provision.yml` as follows:\r\n\r\n```\r\n---\r\nmachines:\r\n  ocean:\r\n    driver: digitalocean\r\n    instances: 2\r\n    options:\r\n      digitalocean-access-token: $DIGITALOCEAN_ACCESS_TOKEN\r\n      digitalocean-region: sgp1\r\n      engine-install-url: \"https://experimental.docker.com\"\r\n\r\n  master:\r\n    from: ocean\r\n\r\n```\r\n  * `$ gattai provision` will read `provision.yml` and prepare 3 machines, `ocean-1`, `ocean-2` and `master`, for you.\r\n  * `$ gattai cluster -m master ocean` will form a Docker cluster using `swarm`. The `master` machine will be your `swarm` manager and set active.\r\n\r\n After the `cluster` command, you can now use `gattai` docker commands to place containers on your cluster.\r\n\r\nSee the cast below for `gattai` in action:\r\n\r\n![alt cast](https://dl.dropboxusercontent.com/u/381580/images/gattai_tp_03.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanwit%2Fgattai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanwit%2Fgattai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanwit%2Fgattai/lists"}