From 712e10b6ef39d19be9a5a63f6713c85a37a714b6 Mon Sep 17 00:00:00 2001 From: Daniel Higuero Date: Thu, 8 Feb 2024 12:42:50 +0100 Subject: [PATCH] Add requirement for docker daemon to be up and running on standalone install 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