{"id":21558146,"url":"https://github.com/koopjs/koop-docker-example","last_synced_at":"2025-04-10T10:41:45.456Z","repository":{"id":32313132,"uuid":"35888252","full_name":"koopjs/koop-docker-example","owner":"koopjs","description":"Example application using Koop with Docker.","archived":false,"fork":false,"pushed_at":"2023-03-02T14:47:17.000Z","size":166,"stargazers_count":8,"open_issues_count":12,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-24T09:38:17.624Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koopjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-19T14:43:37.000Z","updated_at":"2022-11-22T04:29:56.000Z","dependencies_parsed_at":"2023-01-14T20:57:26.928Z","dependency_job_id":null,"html_url":"https://github.com/koopjs/koop-docker-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-docker-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-docker-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-docker-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-docker-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koopjs","download_url":"https://codeload.github.com/koopjs/koop-docker-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199362,"owners_count":21063660,"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-24T08:14:06.173Z","updated_at":"2025-04-10T10:41:45.421Z","avatar_url":"https://github.com/koopjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Koop Docker Example\n\n\u003e Example application using [Koop](https://github.com/esri/koop) with [Docker](https://www.docker.com/).\n\n## Getting started\n\n### OSX\n\nGrab docker, docker-machine, and docker-compose.\n\n```\ncurl -L https://get.docker.com/builds/Darwin/x86_64/docker-latest \u003e docker\ncurl -L https://github.com/docker/machine/releases/download/v0.2.0/docker-machine_darwin-amd64 \u003e docker-machine\ncurl -L https://github.com/docker/compose/releases/download/1.2.0/docker-compose-`uname -s`-`uname -m` \u003e docker-compose\n\nchmod +x docker*\nmv docker* /usr/local/bin/\n```\n\nCreate your docker host with docker-machine.\n\n**NOTE**: You can also use the VMware Fusion driver (`--driver vmwarefusion`) if it's available.\n\n```\ndocker-machine create --driver virtualbox dev\n```\n\nEvaluate the docker environment variables for your shell.\n\n```\neval \"$(docker-machine env dev)\"\n```\n\nAt this point, you should be able to start the koop server using docker-compose.\n\n## Using docker-compose\n\n```\ndocker-compose up --build\n```\n\nYou should now have a koop server running at\n\n```\nhttp://localhost:9000\n```\n\n## Using docker\n\nBuild the docker image\n\n```\ndocker build -t docker-koop .\n```\n\nRun the docker\n\n```\ndocker run -p 9000:9000 docker-koop\n```\n\nYou should now have a koop server running at\n\n```\nhttp://localhost:9000\n```\n\n## Contributing\n\nEsri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/Esri/contributing).\n\n## License\n\n[Apache-2.0](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoopjs%2Fkoop-docker-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoopjs%2Fkoop-docker-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoopjs%2Fkoop-docker-example/lists"}