File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This repository contains the source for the
55[ docker] ( https://docker.io ) base image. This image can be used as the base image
66for running applications on
77[ Google App Engine Flexible] ( https://cloud.google.com/appengine/docs/flexible/ ) ,
8- [ Google Container Engine] ( https://cloud.google.com/container -engine ) , or any
8+ [ Google Kubernetes Engine] ( https://cloud.google.com/kubernetes -engine ) , or any
99other Docker host.
1010
1111This image is based on Debian Jessie and contains packages required to build
@@ -38,7 +38,7 @@ to create a custom runtime:
3838You can then modify the `Dockerfile` and `.dockerignore` as needed for you
3939application.
4040
41- # # Container Engine & other Docker hosts.
41+ # # Kubernetes Engine & other Docker hosts.
4242
4343For other docker hosts, you'll need to create a `Dockerfile` based on this image
4444that copies your application code, installs dependencies, and declares an
You can’t perform that action at this time.
0 commit comments