From f5b275211a6deeea9ee11cb327956eb9f21d737b Mon Sep 17 00:00:00 2001 From: mamoodi Date: Thu, 26 Dec 2024 16:25:18 -0500 Subject: [PATCH] Update Installation to align with README --- docs/modules/usage/installation.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/usage/installation.mdx b/docs/modules/usage/installation.mdx index a541479a7352..21add497e93c 100644 --- a/docs/modules/usage/installation.mdx +++ b/docs/modules/usage/installation.mdx @@ -17,6 +17,7 @@ docker run -it --rm --pull=always \ -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.17-nikolaik \ -e LOG_ALL_EVENTS=true \ -v /var/run/docker.sock:/var/run/docker.sock \ + -v ~/.openhands-state:/home/openhands/.openhands-state \ -p 3000:3000 \ --add-host host.docker.internal:host-gateway \ --name openhands-app \