Update deployment.md (#14124)

pull/14263/head
dnoland1 2019-05-10 06:49:59 -07:00 committed by Kubernetes Prow Robot
parent 2f456da350
commit 2d86ebf8ea
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ In this example:
the Pods run one container, `nginx`, which runs the `nginx`
[Docker Hub](https://hub.docker.com/) image at version 1.7.9.
* Create one container and name it `nginx` using the `name` field.
* Run the `nginx` image at version `1.7.9`.
* Open port `80` so that the container can send and accept traffic.
To create this Deployment, run the following command: