Trim trailing whitespace

This commit is contained in:
a1346054
2022-08-08 21:11:25 +00:00
parent b87652701d
commit af77b859e3
11 changed files with 17 additions and 18 deletions

View File

@@ -147,7 +147,7 @@ vagrant(){
}
```
Running Podman in rootless mode maps the root user inside the container to your host user so we need to bypass [entrypoint.sh](https://github.com/vagrant-libvirt/vagrant-libvirt/blob/main/entrypoint.sh) and mount persistent storage directly to `/vagrant`.
Running Podman in rootless mode maps the root user inside the container to your host user so we need to bypass [entrypoint.sh](https://github.com/vagrant-libvirt/vagrant-libvirt/blob/main/entrypoint.sh) and mount persistent storage directly to `/vagrant`.
#### Extending the container image with additional vagrant plugins