We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: containerd v1.7.8 nydus-static-v2.3.0-alpha.1-linux-amd64 nydus-snapshotter-v0.13.4
nydus/config.toml:
version = 1 root = "/var/lib/containerd-nydus" address = "/run/containerd-nydus/containerd-nydus-grpc.sock" daemon_mode = "none"
[daemon] fs_driver = "blockdev" nydusimage_path = "/usr/local/bin/nydus-image"
[remote] skip_ssl_verify = true
[snapshot] enable_kata_volume = true
[experimental.tarfs] enable_tarfs = true mount_tarfs_on_host = false export_mode = "image_block"
kernel 6.6.6-1.el7
nerdctl run --snapshotter nydus --rm nginx
The text was updated successfully, but these errors were encountered:
containerd-nydus-grpc.log this is containerd-nydus-grpc log
Sorry, something went wrong.
Hi, if you want to run a container with runc when enabling tarfs mode, you could try to set enable_kata_volume to false.
enable_kata_volume
After modifying the configuration, this error occurred
cc @jiangliu
No branches or pull requests
version:
containerd v1.7.8
nydus-static-v2.3.0-alpha.1-linux-amd64
nydus-snapshotter-v0.13.4
nydus/config.toml:
version = 1
root = "/var/lib/containerd-nydus"
address = "/run/containerd-nydus/containerd-nydus-grpc.sock"
daemon_mode = "none"
[daemon]
fs_driver = "blockdev"
nydusimage_path = "/usr/local/bin/nydus-image"
[remote]
skip_ssl_verify = true
[snapshot]
enable_kata_volume = true
[experimental.tarfs]
enable_tarfs = true
mount_tarfs_on_host = false
export_mode = "image_block"
kernel
6.6.6-1.el7
nerdctl run --snapshotter nydus --rm nginx
The text was updated successfully, but these errors were encountered: