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:
Daniel Higuero 2024-03-12 13:51:33 +01:00 committed by GitHub
parent ff3b62c21c
commit 610d916611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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