Merge pull request #667 from cdrage/update-docsss

Change title to build and push images
This commit is contained in:
Tomas Kral 2017-06-23 14:26:17 +02:00 committed by GitHub
commit 2e9816e5bf

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: