Skip to content

Commit 0f723dd

Browse files
committed
Add description for development container
1 parent d8dee15 commit 0f723dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DEVELOPMENT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ To create Docker images locally use `make image`.
5454

5555
See [`Makefile`](Makefile) to get to know other targets useful during development. You can also run `make help` to quickly check the list of available commands.
5656

57+
## To run dashboard using all in one development container
58+
59+
Run `hack/develop/run-dev-container.sh`. It will build dashboard components from your local repository, will create also kubernetes cluster using kind, and will run dashboard using `make run`. Then you can see dashboard http://localhost:8443 with your browser. Please see `CAUTION!!` in output on your console to get access token for logging in.
60+
You can also run `hack/develop/run-dev-container.sh bash` and run any manual `make` commands to have a clean development environment at any time.
61+
5762
## Dependency Management
5863

5964
We keep all the dependencies outside the repository and always try to avoid using suspicious, unknown dependencies as they may introduce vulnerabilities.

0 commit comments

Comments
 (0)