{"id":16187077,"url":"https://github.com/robloach/docker-google-appengine","last_synced_at":"2025-07-18T10:05:16.045Z","repository":{"id":18194860,"uuid":"21318006","full_name":"RobLoach/docker-google-appengine","owner":"RobLoach","description":"Google App Engine Docker container","archived":false,"fork":false,"pushed_at":"2014-06-29T06:42:51.000Z","size":136,"stargazers_count":10,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-04-09T06:57:31.096Z","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":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobLoach.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-06-29T06:39:19.000Z","updated_at":"2018-07-30T20:47:09.000Z","dependencies_parsed_at":"2022-09-24T22:51:03.936Z","dependency_job_id":null,"html_url":"https://github.com/RobLoach/docker-google-appengine","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/RobLoach%2Fdocker-google-appengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fdocker-google-appengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fdocker-google-appengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fdocker-google-appengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobLoach","download_url":"https://codeload.github.com/RobLoach/docker-google-appengine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243963585,"owners_count":20375644,"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:20:14.063Z","updated_at":"2025-03-19T03:30:35.487Z","avatar_url":"https://github.com/RobLoach.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker: Google App Engine\n\n[Google App Engine](https://developers.google.com/appengine/) [Docker](http://docker.com) container, through [Docker Forge](http://github.com/robloach/forge).\n\nhttp://github.com/robloach/docker-google-appengine\n\n\n## The Idea\n\nEasily set up and run Google App Engine web applications through Docker, without\nneeding to install the Google App Engine SDK, or set up the development\nenvironment locally. Support for Go, PHP, Java, or any other Google App Engine\nSDK runtime available.\n\n\n## Features\n\n* [Forge](../forge)\n* [Google App Engine SDK](https://developers.google.com/appengine) 1.9.6\n\n\n## Usage\n\n### Install\n\nPull `robloach/docker-google-appengine` from the Docker repository:\n```\ndocker pull robloach/docker-google-appengine\n```\n\nOr build robloach/docker-google-appengine` from source:\n```\ngit clone https://github.com/RobLoach/docker-google-appengine.git\ndocker build -t robloach/docker-google-appengine robloach/docker-google-appengine\n```\n\n### Run\n\nRun the image, binding associated ports, and mounting the\napplication directory:\n\n```\ndocker run -v $(pwd)/test/php:/app -p 8080:8080 -p 8000:8000 -p 222:22 robloach/docker-google-appengine\n```\n\n\n## Services\n\nService      | Port | Usage\n-------------|------|------\nSSH          | 22   | Connect with `ssh root@localhost -p 422` with the password `root`\nApplication  | 8080 | Visit `http://localhost:8080` in your browser\nAdmin server | 8000 | Visit `http://localhost:8000` in your browser\n\n\n## Volumes\n\nVolume          | Description\n----------------|-------------\n`/app`          | The location of your Google App Engine application\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobloach%2Fdocker-google-appengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobloach%2Fdocker-google-appengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobloach%2Fdocker-google-appengine/lists"}