Change title to build and push images

Changes the header in the user-guide.md in regards to building and
pushing docker images
This commit is contained in:
Charlie Drage 2017-06-22 15:41:33 -04:00
parent df663e4a65
commit e004a10d15

View File

@ -5,7 +5,7 @@
- [`kompose up`](#kompose-up)
- [`kompose down`](#kompose-down)
- Documentation
- [Build and Pushing Docker Images](#build-and-pushing-docker-images)
- [Build and Push Docker Images](#build-and-push-docker-images)
- [Alternative Conversions](#alternative-conversions)
- [Labels](#labels)
- [Restart](#restart)
@ -240,7 +240,7 @@ INFO Successfully deleted deployment: frontend
Note:
- You must have a running Kubernetes cluster with a pre-configured kubectl context.
## Building and Pushing Docker Images
## Build and Push Docker Images
Kompose supports both building and pushing Docker images. When using the `build` key within your Docker Compose file, your image will: