Replies: 2 comments 2 replies
-
Why not use the Docker driver? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Trying to glue together a Ruby gem myself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible and / or doable for a (Ruby) developer to create a "Test Kitchen driver" for Orbstack Linux machines?
Reference: https://kitchen.ci/docs/drivers/
There are a lot of drivers to be found under https://github.com/orgs/test-kitchen/repositories?type=all
for example for Vagrant, Hyper-V, OpenStack, etc.
IMHO A good example (but not listed there) is the Kitchen QEMU driver: https://github.com/esmil/kitchen-qemu/
I'm hardly a programmer myself, but my guess is all code in a file
lib/kitchen/driver/orbstack.rb
needs to make use of theorbctl
command.Beta Was this translation helpful? Give feedback.
All reactions