From e004a10d15b7721f10efb74418ebf9c5168ce51a Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Thu, 22 Jun 2017 15:41:33 -0400 Subject: [PATCH] Change title to build and push images Changes the header in the user-guide.md in regards to building and pushing docker images --- docs/user-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index 264767aa..f6c87855 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -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: