2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-11-13 03:26:25 +00:00

Fix typo in README.md

Signed-off-by: Spencer von der Ohe <s.vonderohe40@gmail.com>
This commit is contained in:
Spencer von der Ohe 2023-11-13 16:12:27 -07:00 committed by Adphi
parent 1934915ae8
commit b27add5767

View File

@ -81,7 +81,7 @@ alias d2vm="docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --p
```
```bash
wich d2vm
which d2vm
d2vm: aliased to docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --privileged -v $PWD:/d2vm -w /d2vm linkacloud/d2vm:latest
```