I want to make a tiny linux vmware vm running a single microservice. VM and service requires some options like IP address, TLS certificate with key, configuration file.
It there any standard way to pass those parameters to VM from hypervisor?
I have idea to make a second tiny hdd for vm to hold some configuration files. Maybe there is another way of passing custom options into vm OS like Docker does it?