{"id":21542177,"url":"https://github.com/outeredge/dredger","last_synced_at":"2026-01-04T06:08:38.870Z","repository":{"id":33094268,"uuid":"36731789","full_name":"outeredge/dredger","owner":"outeredge","description":"Dredger is a docker tool to help automate local dev environments","archived":false,"fork":false,"pushed_at":"2019-11-15T19:43:49.000Z","size":66,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T08:43:24.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/outeredge.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-06-02T12:33:50.000Z","updated_at":"2025-01-16T00:31:41.000Z","dependencies_parsed_at":"2022-07-24T17:47:17.420Z","dependency_job_id":null,"html_url":"https://github.com/outeredge/dredger","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outeredge%2Fdredger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outeredge%2Fdredger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outeredge%2Fdredger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outeredge%2Fdredger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outeredge","download_url":"https://codeload.github.com/outeredge/dredger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244130277,"owners_count":20402753,"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-11-24T05:08:45.383Z","updated_at":"2026-01-04T06:08:38.812Z","avatar_url":"https://github.com/outeredge.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dredger\nDredger is a docker tool to help automate local web development environments. It automatically starts a traefik proxy so you can run multiple environments at once with ease. No more remembering container hashes! Dredger also works with Eclipse Che.\n\nBy default, containers are made accessible at `http://{foldername}.localhost`. You can override this by adding a `HOST = ...` to a `Makefile.local` in your projects root (see [extending](#extending)), for example `http://mysite.192.168.1.100.xip.io`.\n\n## Install\nRun the command below to install dredger. Tested on Ubuntu 14.04, requires `make` and `netcat`.\n\n`$ wget -qO- https://raw.githubusercontent.com/outeredge/dredger/master/install.sh | sudo bash`\n\n## Upgrade\nTo upgrade dredger to the latest version, simply run `$ sudo dredger self-update` from your command line.\n\n## Usage\n\nSee `$ dredger help`\n\n```sh\nUsage: dredger [command]\n\nCommands:\n\n  build\t\t- Build the docker image\n  run\t\t- Run at http://{curdir}.*\n  bash\t\t- Enter running container with bash\n  status\t- Show the status of running container\n  logs\t\t- Show logs\n  restart\t- Restarts the running container\n  destroy   \t- Stops the running container and deletes it\n  clean\t\t- Clean up all unused containers and images on this host\n  install\t- Run install scripts (i.e. composer)\n```\n\n#### Custom Arguments\nTo pass custom arguments to a command that supports it in the Makefile, simply append these to the end of the command like so:\n\n`$ dredger run -e APPLICATION_ENV=staging`\n\n## Extending\n\nAdd your own commands by creating a `Makefile.local` in your repositories root folder (i.e.):\n\n```sh\nHOST = {subdomain:[a-z]+}.$${DREDGER_NAME:-$(NAME).localhost}\n\n.PHONY: test\n\nhelp::\n\t@echo ''\n\t@echo 'Custom targets:'\n\t@echo ''\n\t@echo '  test\t\t- Run unit tests'\n\ntest:\n\t@docker exec -i -t $(NAME) sudo -u www-data bash -c \"phpunit --stop-on-failure\"\n```\n\n## License\nDistributed under the [MIT license](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouteredge%2Fdredger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fouteredge%2Fdredger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouteredge%2Fdredger/lists"}