{"id":24568952,"url":"https://github.com/bitliner/docky","last_synced_at":"2025-03-17T05:28:01.290Z","repository":{"id":34516034,"uuid":"38457806","full_name":"bitliner/docky","owner":"bitliner","description":"Docky - A toolkit for docker","archived":false,"fork":false,"pushed_at":"2019-08-15T13:51:54.000Z","size":2015,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T14:55:45.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/bitliner.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-07-02T21:27:35.000Z","updated_at":"2023-03-08T03:10:01.000Z","dependencies_parsed_at":"2022-09-14T10:11:20.726Z","dependency_job_id":null,"html_url":"https://github.com/bitliner/docky","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fdocky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fdocky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fdocky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fdocky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitliner","download_url":"https://codeload.github.com/bitliner/docky/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243979017,"owners_count":20378136,"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":"2025-01-23T14:55:50.872Z","updated_at":"2025-03-17T05:28:01.268Z","avatar_url":"https://github.com/bitliner.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This package is deprecated and outdated\n\n# Docky - Toolkit for Docker\n\nDocky generates **bash** scripts to manage multiple Docker containers.\n\nDocker containers are described inside a Yaml file, following the same format of [docker-compose](https://docs.docker.com/compose/).\n\n## Requirements\n\n* [NPM - Node Package Manager](http://npm.org)\n* Bash\n\n## Installation\n\n```js\nnpm install -g docky\n```\n\n\n\n## Usage\n\n1. create  `docker-compose.yml` file. It looks like  \n```\n web:\n  build: .\n  ports:\n    - \"5000:5000\"\n  volumes:\n    - .:/code\n  links:\n    - redis\n redis:\n   image: redis\n```\n\n2. run `docky ./docker-compose.yml` to generate `docky.sh` file\n4. run `./docky.sh` to list avaiable commands\n\n**Example of available commands**\n\n![Alt text](./docs/usage.png)\n\n## Workflow\n\n### `run` command\n\n\u003cimg src=\"./docs/docky-run-command-workflow.png\" width=\"500\" height=\"150\"/\u003e\n\n\n\n## Commands\n\n### Commands to manage all container at once\n\n```sh\n$ ./docky run # run all containers\n```\n```sh\n$ ./docky start # start all containers\n```\n```sh\n$ ./docky stop # stop all containers\n```\n```sh\n$ ./docky build # build all images\n```\n```sh\n$ ./docky push # push all images\n```\n```sh\n$ ./docky pull # pull all images\n```\n\n### Commands to manage a single container \n\nJust add `_\u003ccontainer_name\u003e` to the commands above to manage all containers at once.\n\n```sh\n$ ./docky run_\u003ccontainer_name\u003e # run \u003ccontainer_name\u003e container\n```\n```sh\n$ ./docky start_\u003ccontainer_name\u003e # start \u003ccontainer_name\u003e container\n```\n```sh\n$ ./docky stop_\u003ccontainer_name\u003e # stop \u003ccontainer_name\u003e container\n```\n```sh\n$ ./docky build_\u003cimage_name\u003e # build \u003cimage_name\u003e image\n```\n```sh\n$ ./docky push_\u003cimage_name\u003e # push \u003cimage_name\u003e image\n```\n```sh\n$ ./docky pull # pull all images\n```\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitliner%2Fdocky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitliner%2Fdocky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitliner%2Fdocky/lists"}