Fix README
This commit is contained in:
parent
3561a1bc46
commit
4a068fdec7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue