SocketCAN/vcan support in Ubuntu VM #1108
Replies: 2 comments 3 replies
-
        
 Not yet, except you build Colima from source. Ability to specify custom images is being considered. 
 No objections actually, I only need the instructions on how to do that.  | 
  
Beta Was this translation helpful? Give feedback.
-
        
 If that's all required, you can simply ssh into the Colima VM and install that. # install can-utils
colima ssh -- sh -c "sudo apt update && sudo apt install can-utils"
# restart (if required)
colima restartIf that works for you as desired, then I can include the package in the default image going forward.  | 
  
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, following the discussion here docker/for-mac#4405 I'm looking for a way to use SocketCAN within my colima VM, but it seems the required kernel modules are not available as well....
Can I use a custom-tailored VM instead, or are there any plans to introduce them into the default image?
Beta Was this translation helpful? Give feedback.
All reactions