Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 555 Bytes

nydus_with_macos.md

File metadata and controls

26 lines (19 loc) · 555 Bytes

Nydus with macos

Prepare

Please install macfuse(a.k.a osxfuse). The release can be found with https://osxfuse.github.io/.

Env

Support bin

For now only nydusd works on macos, other bin is open for pr.

Support features

Only fusedev works on macos, by the way passthrough file system not work(passthrough fs has lot syscall is linux specific).

Build instruction

cargo build --release --bin=nydusd

or

make release
make install