https://github.com/aslafy-z/gae-go-alpine
Google AppEngine Go SDK within an alpine image
https://github.com/aslafy-z/gae-go-alpine
Last synced: 2 months ago
JSON representation
Google AppEngine Go SDK within an alpine image
- Host: GitHub
- URL: https://github.com/aslafy-z/gae-go-alpine
- Owner: aslafy-z
- License: mit
- Created: 2016-08-17T18:06:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:35:49.000Z (over 1 year ago)
- Last Synced: 2025-01-31T14:21:46.715Z (4 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/zadki3l/gae-go-alpine/
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GAE Alpine Image
Google AppEngine Go SDK within an alpine image## Setup
You can pull [docker hub](https://hub.docker.com/r/zadki3l/gae-go-alpine/)'s image:
`docker pull zadki3l/gae-go-alpine`Or build your own one:
`docker pull zadki3l/gae-go-alpine`## Run
Move to `app.yaml` folder and run:
`docker run -it -v ./:/app -w /app zadki3l/gae-go-alpine goapp [what ever you want]`