{"id":38259133,"url":"https://github.com/allanavelar/local-docker-dev","last_synced_at":"2026-01-17T01:34:12.389Z","repository":{"id":57096641,"uuid":"428463293","full_name":"allanavelar/local-docker-dev","owner":"allanavelar","description":"📦 Dockerize your local development tools with custom environments for PHP, Node, Go \u0026 more","archived":false,"fork":false,"pushed_at":"2021-11-16T02:48:57.000Z","size":210,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T23:25:41.401Z","etag":null,"topics":["docker","local-development"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allanavelar.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-16T00:19:49.000Z","updated_at":"2021-11-25T22:29:10.000Z","dependencies_parsed_at":"2022-08-22T21:40:47.546Z","dependency_job_id":null,"html_url":"https://github.com/allanavelar/local-docker-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/allanavelar/local-docker-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allanavelar%2Flocal-docker-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allanavelar%2Flocal-docker-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allanavelar%2Flocal-docker-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allanavelar%2Flocal-docker-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allanavelar","download_url":"https://codeload.github.com/allanavelar/local-docker-dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allanavelar%2Flocal-docker-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28491609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"ssl_error","status_checked_at":"2026-01-17T00:43:11.982Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker","local-development"],"created_at":"2026-01-17T01:34:11.703Z","updated_at":"2026-01-17T01:34:12.370Z","avatar_url":"https://github.com/allanavelar.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"./images/icon-256x256.png\" height=\"256\"\u003e\n    \u003ch1 align=\"center\"\u003eLocal Development Docker\u003c/h1\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/top/allanavelar/local-docker-dev.svg?style=for-the-badge\" alt=\"language-used\"/\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/allanavelar/local-docker-dev.svg?style=for-the-badge\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/allanavelar/local-docker-dev.svg?style=for-the-badge\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/allanavelar/local-docker-dev.svg?style=for-the-badge\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/allanavelar/local-docker-dev.svg?style=for-the-badge\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/allanavelar/local-docker-dev.svg?style=for-the-badge\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Table of contents\n\n- [Table of contents](#table-of-contents)\n- [Quick start](#quick-start)\n- [Bugs and feature requests](#bugs-and-feature-requests)\n- [Contributing](#contributing)\n- [Creators](#creators)\n- [Copyright and license](#copyright-and-license)\n\n## Quick start\n\n`local-docker-dev` is a Docker-based tool to allow developers running app maintenance scripts inside containers, without writing a single line of Dockerfile. This is useful specially to run command-line tools, you won't need to have your own docker files to do that.\n\nWhen you run `local-docker-dev [IMAGE] [COMMAND]` in your current directory, it will mount it as delegated volume, together with some of your `$HOME` files(*) and folders needed to run tasks like `git push`, `npm publish`, `composer install`, etc. which usually require credentials.\n\n(*) *From your $HOME, it only mounts the following (read-only): `~/.npmrc`, `~/.composer/auth.json`, `~/.gitconfig`, `~/.gitignore_global`*\n\n## Setup\n\nYou can clone this repository and run `bin/local-docker-dev-init`, then you will have to manually config the `bin` directory in your `$PATH` variable to have `local-docker-dev` available everywhere.\n\nAlternatively, if you have node installed in your OS, you can install it globally with `npm`.\n\n```bash\nnpm i -g @allanavelar/local-docker-dev \u0026\u0026 \\\nlocal-docker-dev-init\n```\n\nThe Docker images are built by you, so you can customize this project to your needs and run `local-docker-dev-init` every time you need.\n\n## Supported Languages\n\nNode \u0026 npm:\n\n- `node`\n- `node:15`\n- `node:16`, `node:latest`, `node`\n- `npm` (runs on `node:latest`)\n\nPHP \u0026 composer:\n\n- `php`\n- `php:7`\n- `php:7-xdebug`\n- `php:8`, `php:latest`, `php`\n- `php:8-xdebug`\n- `composer` (runs on `php:latest`)\n\nGo (planned):\n\n- `go`\n- `go:1.15`\n- `go:1.16`\n- `go:latest`\n\n## Usage\n\n```bash\n# Usage template:\nlocal-docker-dev [LANG]:[VERSION] [COMMAND] [...PARAMETERS]\n```\n\n```bash\n# Examples:\nlocal-docker-dev node:16 node --version\nlocal-docker-dev node npm install\nlocal-docker-dev npm install\n\nlocal-docker-dev php:8 php --ini\nlocal-docker-dev php composer install\nlocal-docker-dev composer install\n\n# Running phpunit with code coverage:\nlocal-docker-dev php:7-xdebug XDEBUG_MODE=coverage vendor/bin/phpunit\n```\n\n## Bugs and feature requests\n\nHave a bug or a feature request? Please first read the [issue guidelines](./contributing.md) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/allanavelar/local-docker-dev/issues/new).\n\n## Contributing\n\nPlease read through our [contributing guidelines](./contributing.md). Included are directions for opening issues, coding standards, and notes on development.\n\nMoreover, all HTML and CSS should conform to the [Code Guide](./code-guide.md), maintained by [Main author](https://github.com/allanavelar).\n\nEditor preferences are available in the [editor config](./.editorconfig) for easy use in common text editors. Read more and download plugins at \u003chttps://editorconfig.org/\u003e.\n\n## Creators\n\n[![Allan Avelar](https://avatars2.githubusercontent.com/u/6510417?v=3\u0026s=128)](https://github.com/allanavelar) |\n--- |\n[▲▼ Allan Avelar ۞](https://github.com/allanavelar)|\n\n## Copyright and license\n\nCode released under the [MIT License](./license.md).\n\n\u003ca href=\"./license.md\"\u003e\u003cimg src=\"images/mit-icon.svg\" width=\"120\"/\u003e\u003c/a\u003e\n\nEnjoy :metal:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallanavelar%2Flocal-docker-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallanavelar%2Flocal-docker-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallanavelar%2Flocal-docker-dev/lists"}