Add requirement for docker daemon to be up and running on standalone install (#1313)
Signed-off-by: Daniel Higuero <daniel@napptive.com>
This commit is contained in:
parent
ff3b62c21c
commit
610d916611
|
|
@ -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