Skip to content

Commit

Permalink
chore: update readme with new instructions for UI (#595)
Browse files Browse the repository at this point in the history
Signed-off-by: Harikrishnan Balagopal <[email protected]>
  • Loading branch information
HarikrishnanBalagopal authored Sep 29, 2021
1 parent 1b42f19 commit b434743
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ brew install move2kube

To bring up UI version:

* Change directory to an empty directory using say, `mkdir -p workspace && cd workspace`
* Run `docker run -p 8080:8080 -v $PWD:/workspace -v /var/run/docker.sock:/var/run/docker.sock -it quay.io/konveyor/move2kube-aio:latest`
* Access the UI in `http://localhost:8080/`.
```
docker run --rm -it -p 8080:8080 quay.io/konveyor/move2kube-ui:latest
```
Then go to http://localhost:8080 in a browser

More detailed instructions can be found in the [Move2Kube UI repo](https://github.com/konveyor/move2kube-ui#starting-the-ui)

## Usage

Expand Down

0 comments on commit b434743

Please sign in to comment.