From ae1fbb512a4278ac3defd5e8825c032ab420adba Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 13 Feb 2023 12:43:02 -0500 Subject: [PATCH] Fix docs regarding building from container (#1588) #### What type of PR is this? #### What this PR does / why we need it: We've switched to main, so the previous command no longer worked since it was searching for master. #### Which issue(s) this PR fixes: N/A #### Special notes for your reviewer: N/A Signed-off-by: Charlie Drage --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index a23e91cd..6086a0f4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -83,7 +83,7 @@ choco install kubernetes-kompose You can build an image from the official repo for [Docker](https://docs.docker.com/engine/reference/commandline/build/) or [Podman](https://docs.podman.io/en/latest/markdown/podman-build.1.html): ```bash -docker build -t kompose https://github.com/kubernetes/kompose.git +docker build -t kompose https://github.com/kubernetes/kompose.git\#main ``` To run the built image against the current directory, run the following command: