{"id":16189362,"url":"https://github.com/caolan/docker-hoodie","last_synced_at":"2026-03-07T01:34:26.465Z","repository":{"id":16704840,"uuid":"19461596","full_name":"caolan/docker-hoodie","owner":"caolan","description":"Basic docker file for trying out hoodie","archived":false,"fork":false,"pushed_at":"2014-05-05T16:02:54.000Z","size":136,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T15:06:43.759Z","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":"wireapp/wire-android","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caolan.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":"2014-05-05T15:57:24.000Z","updated_at":"2018-01-29T16:33:49.000Z","dependencies_parsed_at":"2022-07-26T08:48:04.988Z","dependency_job_id":null,"html_url":"https://github.com/caolan/docker-hoodie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fdocker-hoodie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fdocker-hoodie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fdocker-hoodie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fdocker-hoodie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caolan","download_url":"https://codeload.github.com/caolan/docker-hoodie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243965774,"owners_count":20375917,"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-10T07:35:12.736Z","updated_at":"2026-03-07T01:34:21.413Z","avatar_url":"https://github.com/caolan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hoodie Dockerfile\n\n**Warning: not recommended for production use**\n\nThis docker file bundles together Node.js, CouchDB and Hoodie to make it\neasy to try out Hoodie without having to install dependencies manually. For\nproduction use and increased flexibility, you'll probably want to put\ntogether a docker file which uses an external CouchDB and data-only\ncontainers.\n\n## Build\n\nInstall docker from [docker.io](http://docker.io), then:\n\n```\ncd docker-hoodie\ndocker build -t hoodiehq/hoodie .\n```\n\nThen, create a data directory to store your couchdb data etc.\n\n```\nmkdir ./data\nchmod 777 ./data\n```\n\n## Run\n\n```\ndocker run -p 6001:6001 -p 6002:6002 \\\n    -v `pwd`/data:/home/hoodie/project/data hoodiehq/hoodie\n```\n\nYou may want to replace `pwd` with the full path to the data directory you\ncreated if it's not in the current directory.\n\nYou should now have a TODO app example running at http://127.0.0.1:6001 and\nthe Hoodie admin interface available at http://127.0.0.1:6002\n\n**The admin password is \"changeme\"**. Since there isn't an option to do\nthat in the Hoodie admin interface atm, you should go to\nhttp://127.0.0.1:6002/_api/_utils and click the 'Change password' link in\nthe bottom right corner.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fdocker-hoodie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaolan%2Fdocker-hoodie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fdocker-hoodie/lists"}