Add requirement for docker daemon to be up and running on standalone install
Signed-off-by: Daniel Higuero <daniel@napptive.com>
This commit is contained in:
parent
ec6425a17c
commit
712e10b6ef
|
@ -40,6 +40,7 @@ VelaD support installing KubeVela on machines based on these OS: Linux, macOS, W
|
|||
|
||||
1. If you are using Linux or macOS, make sure your machine have `curl` installed.
|
||||
2. If you are using macOS or Windows, make sure you've already installed [Docker](https://www.docker.com/products/docker-desktop).
|
||||
3. Make sure the docker daemon is up and running.
|
||||
|
||||
### 2. Install VelaD and Setup KubeVela
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@ VelaD support installing KubeVela on machines based on these OS: Linux, macOS, W
|
|||
|
||||
1. If you are using Linux or macOS, make sure your machine have `curl` installed.
|
||||
2. If you are using macOS or Windows, make sure you've already installed [Docker](https://www.docker.com/products/docker-desktop).
|
||||
3. Make sure the docker daemon is up and running.
|
||||
|
||||
### 2. Install VelaD and Setup KubeVela
|
||||
|
||||
|
|
Loading…
Reference in New Issue