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

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository contains the source for the
[docker](https://docker.io) base image. This image can be used as the base image
for running applications on
[Google App Engine Flexible](https://cloud.google.com/appengine/docs/flexible/),
[Google Container Engine](https://cloud.google.com/container-engine), or any
[Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine), or any
other Docker host.

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

## Container Engine & other Docker hosts.
## Kubernetes Engine & other Docker hosts.

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