Fix snippets about podman in README.md (#1427)

This commit is contained in:
blame2020
2022-01-05 13:10:06 +09:00
committed by GitHub
parent 76544f0412
commit a1f0b74e92

View File

@@ -184,7 +184,7 @@ To run with Podman you need to include
--security-opt label=disable \
-v ~/.vagrant.d/boxes:/vagrant/boxes \
-v ~/.vagrant.d/data:/vagrant/data \
-v ~/.vagrant.d/data:/vagrant/tmp \
-v ~/.vagrant.d/tmp:/vagrant/tmp \
```
for example:
@@ -196,7 +196,7 @@ vagrant(){
-v /var/run/libvirt/:/var/run/libvirt/ \
-v ~/.vagrant.d/boxes:/vagrant/boxes \
-v ~/.vagrant.d/data:/vagrant/data \
-v ~/.vagrant.d/data:/vagrant/tmp \
-v ~/.vagrant.d/tmp:/vagrant/tmp \
-v $(realpath "${PWD}"):${PWD} \
-w $(realpath "${PWD}") \
--network host \