Skip to content

Commit

Permalink
Add requirement for docker daemon to be up and running on standalone …
Browse files Browse the repository at this point in the history
…install (#1313)

Signed-off-by: Daniel Higuero <[email protected]>
  • Loading branch information
dhiguero authored Mar 12, 2024
1 parent ff3b62c commit 610d916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/installation/standalone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-v1.9/installation/standalone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 610d916

Please sign in to comment.