diff --git a/containerd/containerd.go b/containerd/containerd.go index 8ee3878..37958d8 100644 --- a/containerd/containerd.go +++ b/containerd/containerd.go @@ -149,7 +149,7 @@ func (d *Driver) createContainer(containerConfig *ContainerConfig, config *TaskC // Enable privileged mode. if config.Privileged { - opts = append(opts, oci.WithPrivileged) + opts = append(opts, oci.WithPrivileged, oci.WithAllDevicesAllowed, oci.WithHostDevices) } // WithPidsLimit sets the container's pid limit or maximum