Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfd4322

Browse files
jeadorfliyanhui1228
authored andcommitted
Replace "Container Engine" by "Kubernetes Engine". (GoogleCloudPlatform#176)
1 parent 01a4da0 commit dfd4322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
66
for 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
99
other Docker host.
1010

1111
This image is based on Debian Jessie and contains packages required to build
@@ -38,7 +38,7 @@ to create a custom runtime:
3838
You can then modify the `Dockerfile` and `.dockerignore` as needed for you
3939
application.
4040

41-
## Container Engine & other Docker hosts.
41+
## Kubernetes Engine & other Docker hosts.
4242

4343
For other docker hosts, you'll need to create a `Dockerfile` based on this image
4444
that copies your application code, installs dependencies, and declares an

0 commit comments

Comments
 (0)