0
For testing purpose, I want to install RancherOS on a VirtualBox VM. To install it, a cloud-config.yml
file with public key is required to manage the system using SSH.
What's the easiest/reliable way to copy my prepared cloud-config.yml
from host to VM?
Installing guest addons doesn't seem possible, since it's not a standard distribution like Ubuntu, CentOS or similar. Blog posts like this use a jump server, which doesn't seem to be a clean solution. I think there must be a better way to prepare a RancherOS server?