forked from LaconicNetwork/kompose
Fix docs regarding building from container (#1588)
#### What type of PR is this? <!-- Add one of the following kinds: /kind bug /kind cleanup /kind documentation /kind feature --> #### 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: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> N/A #### Special notes for your reviewer: N/A Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
parent
607196c861
commit
ae1fbb512a
@ -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):
|
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
|
```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:
|
To run the built image against the current directory, run the following command:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user