-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add installation doc (minikube support) #16
Conversation
412d09a
to
18b07f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good jobs. thanks. give some tips. PTAL.
|
||
## 2 Install Minikube | ||
|
||
#### Step 1: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is an optional step?
sudo usermod -aG docker $USER | ||
|
||
# Re-Login and Restart the Docker Server | ||
systemctl restart docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the version of docker need to be specified.
66603be
to
49b413a
Compare
49b413a
to
0d9fa89
Compare
@tangcong |
0d9fa89
to
2611b32
Compare
@tangcong |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. thanks.
add installation doc: