From 8f37a78290a135c3a29ac927aa611e0b5c04ee25 Mon Sep 17 00:00:00 2001 From: Radix10 Date: Fri, 9 Oct 2020 16:53:59 +0800 Subject: [PATCH] fix typo (#1154) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d01b62a..f0ae130 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ docker pull vagrantlibvirt/vagrant-libvirt:latest Running the image: ```bash -docker run -it -rm \ +docker run -it --rm \ -e LIBVIRT_DEFAULT_URI \ -v /var/run/libvirt/:/var/run/libvirt/ \ -v ~/.vagrant.d:/.vagrant.d \