website/docs/user-guide/environment-guide/containers
John Mulhausen 9a5aab72df Assigning remaining topics to TOC. Some deletions, combinations, and relegations to READMEs. Deactivating AnswerDash for now. 2016-03-06 02:24:03 -08:00
..
backend Moving docs from /vX to /docs; we will use branches for old versions. 2016-02-29 15:17:22 -08:00
show Moving docs from /vX to /docs; we will use branches for old versions. 2016-02-29 15:17:22 -08:00
README.md Assigning remaining topics to TOC. Some deletions, combinations, and relegations to READMEs. Deactivating AnswerDash for now. 2016-03-06 02:24:03 -08:00

README.md

Building

For each container, the build steps are the same. The examples below are for the show container. Replace show with backend for the backend container.

Google Container Registry (GCR)

docker build -t gcr.io/<project-name>/show .
gcloud docker push gcr.io/<project-name>/show

Docker Hub

docker build -t <username>/show .
docker push <username>/show

Change Pod Definitions

Edit both show-rc.yaml and backend-rc.yaml and replace the specified image: with the one that you built.