{"id":27438567,"url":"https://github.com/chees/meteor-docker","last_synced_at":"2025-10-27T00:11:29.465Z","repository":{"id":19633309,"uuid":"22885325","full_name":"chees/meteor-docker","owner":"chees","description":null,"archived":false,"fork":false,"pushed_at":"2014-08-12T17:14:17.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-11T11:48:12.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/u/chees/meteor-docker/","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/chees.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-08-12T17:02:41.000Z","updated_at":"2014-08-12T17:12:22.000Z","dependencies_parsed_at":"2022-09-18T18:30:13.954Z","dependency_job_id":null,"html_url":"https://github.com/chees/meteor-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chees%2Fmeteor-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chees%2Fmeteor-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chees%2Fmeteor-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chees%2Fmeteor-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chees","download_url":"https://codeload.github.com/chees/meteor-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248958905,"owners_count":21189780,"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-04-14T20:40:09.358Z","updated_at":"2025-10-27T00:11:24.428Z","avatar_url":"https://github.com/chees.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"You can use this to run Meteor in a Docker container.\n\n\nBundle your Meteor app:\n\n    ./bundle.sh\n\n\nBuild the container:\n\n    docker build -t chees/meteor .\n\n\nStart MongoDB:\n\n    docker run --name mongo -d mongo\n\n\nStart Meteor:\n\n    docker run --name meteor -d -p 80:3000 --link mongo:mongo chees/meteor\n\n\nYour Meteor site should then be running on port 80.\nIf you're using boot2docker you can run `boot2docker ip` to find the ip. Usually it's something like http://192.168.59.103/\n\n\nStop the containers:\n\n    docker rm -f mongo meteor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchees%2Fmeteor-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchees%2Fmeteor-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchees%2Fmeteor-docker/lists"}