Matti Paksula

Results 246 comments of Matti Paksula

the above dependecy wont get merged so somebody needs to publish that gem with another name. everything else is done.

update: ruby 3.0 is now supported, 3.1 is not - still looking for maintainers

there used to be a slack, but its dead. the best bet now is this thread. imo discord is more accessible than slack (no need for invite bot) want to...

and to further clarify - this gem is well made so that it requires very little maintenance. currently there is basically 0 maintainers - whoever wants to hop in, can...

@r3cha cool just help with #29 and @tadman and everybody can do it too I am no longer using this gem in production - refactored all code to either just...

Sure, I can give maintainer access to whoever. Having said that giving maintainer access to k8s-ruby wont immediately solve this as the dependency needs to be published first as a...

@imbushuo that link doesnt mention anything about linux, do you know about the state of things in linux?

(related https://github.com/hyperhq/hyperd/issues/467)

any pointers where to look for a solution?

Okay, so this seems to work: ``` docker run -it --privileged --net=host -v /var/lib/hyper myimage hyperd ``` So: `-v /dev:/dev` is not needed and also `--cap-add=ALL` is not (because of...