Skip to content

alicefr/vfsd-dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published