Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
a6ebc460
Unverified
Commit
a6ebc460
authored
3 years ago
by
RamiBerm
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
TRA-3903 add daemon flag readme doc (#437)
* add daemon flag readme doc * Update README.md
parent
a20f8359
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-0
README.md
with
8 additions
and
0 deletions
+8
-0
README.md
+
8
-
0
View file @
a6ebc460
...
...
@@ -180,6 +180,14 @@ tap
proxy-host: 0.0.0.0
and when changed it will support accessing by IP
### Run in daemon mode
Mizu can be ran detached from the cli using the daemon flag:
`mizu tap --daemon`
. This type of mizu instance will run indefinitely in the cluster.
In order to access a daemon mizu you will have to run
`mizu view`
after running the
`tap --daemon`
command.
To stop the detached mizu instance and clean all cluster side resources, run
`mizu clean`
## How to Run local UI
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment