Sign inSign up

douglarek/playground

By douglarek

Updated about 8 years ago

The Go Playground

Image
1

283

douglarek/playground repository overview

playground

This subrepository holds the source for the Go playground: https://play.golang.org/

Building

# build the image
docker build -t playground .

Running

docker run --name=play --rm -d -p 8080:8080 playground
# run some Go code
cat /path/to/code.go | go run client.go | curl -s --upload-file - localhost:8080/compile

Deployment

gcloud --project=golang-org [email protected] app deploy app.yaml

Contributing

To submit changes to this repository, see https://golang.org/doc/contribute.html.

Tag summary

Content type

Image

Digest

Size

383.4 MB

Last updated

about 8 years ago

docker pull douglarek/playground