From 610d91661172ecc3c10309ca7b1bf4b3b5e1ae90 Mon Sep 17 00:00:00 2001 From: Daniel Higuero Date: Tue, 12 Mar 2024 13:51:33 +0100 Subject: [PATCH] Add requirement for docker daemon to be up and running on standalone install (#1313) Signed-off-by: Daniel Higuero --- docs/installation/standalone.mdx | 1 + versioned_docs/version-v1.9/installation/standalone.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/installation/standalone.mdx b/docs/installation/standalone.mdx index b168817c47d..0bdb33d0abf 100644 --- a/docs/installation/standalone.mdx +++ b/docs/installation/standalone.mdx @@ -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 diff --git a/versioned_docs/version-v1.9/installation/standalone.mdx b/versioned_docs/version-v1.9/installation/standalone.mdx index b168817c47d..0bdb33d0abf 100644 --- a/versioned_docs/version-v1.9/installation/standalone.mdx +++ b/versioned_docs/version-v1.9/installation/standalone.mdx @@ -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