Categorygithub.com/alicefr/vfsd-dispatcher
repositorypackage
0.0.0-20241118113606-f63475f54e48
Repository: https://github.com/alicefr/vfsd-dispatcher.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Dispatcher to launch virtiofsd in a container

Build binaries and container

$  make all

Run test container

$ podman run -v test:/test -td --name test virtiofs-placeholder

Launch virtiofs

$ pid=$(podman inspect test   -f '{{ .State.Pid }}')
$ sudo ./vfsd-dispatcher --pid $pid --socket-path /var/run/vsfd.sock --shared-dir /test