Fix README

This commit is contained in:
Alex Selimov 2026-05-13 23:06:32 -04:00
parent 3561a1bc46
commit 4a068fdec7

View file

@ -16,7 +16,7 @@ Function I use to execute the sandbox:
sandbox() { sandbox() {
if ! docker ps -a --format '{{.Names}}' | grep -q '^dev-sandbox$'; then if ! docker ps -a --format '{{.Names}}' | grep -q '^dev-sandbox$'; then
docker run -dit --name dev-sandbox \ docker run -dit --name dev-sandbox \
--env-file ~/rescale/dev_sandbox/.env \ --env-file ~/repos/dev_sandbox/.env \
-v ~/repos:/workspace \ -v ~/repos:/workspace \
-v pi-state:/root/.pi \ -v pi-state:/root/.pi \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \