From c25d6a581297901010c091e27447fe7fa8125cff Mon Sep 17 00:00:00 2001 From: PO <1257345390@qq.com> Date: Sun, 3 Mar 2024 21:22:00 +0800 Subject: [PATCH] fix(docs): Sandbox installation for non-root users --- docs/docs/developers/getting_started/quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/developers/getting_started/quickstart.md b/docs/docs/developers/getting_started/quickstart.md index 6f22059ce4f..50e043099ab 100644 --- a/docs/docs/developers/getting_started/quickstart.md +++ b/docs/docs/developers/getting_started/quickstart.md @@ -39,6 +39,8 @@ To install the latest Sandbox version, run: bash -i <(curl -s install.aztec.network) ``` +> If Docker has been installed on your server but you encounter the error "Docker is not running. Please start Docker and try again". If you're encountering this issue, it's likely because Docker is running with root user privileges. In such cases, consider [managing Docker as a non-root user](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user) to resolve the problem. + This will install the following: - **aztec** - launches various infrastructure subsystems (sequencer, prover, pxe, etc).