Skip to content

Commit 88c3f62

Browse files
authored
docs: Add quotes around $PWD (#247)
1 parent e0a3570 commit 88c3f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
##### Via Docker CLI:
5050
5151
```bash
52-
docker run -it --rm --name macos -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/macos:/storage --stop-timeout 120 dockurr/macos
52+
docker run -it --rm --name macos -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/macos:/storage" --stop-timeout 120 dockurr/macos
5353
```
5454

5555
##### Via Kubernetes:

0 commit comments

Comments
 (0)