hyperd
hyperd copied to clipboard
How to specify a dns when running a new pod?
When I run hyperctl run, If there is a way to specify a new dns for vm instead of default host dns?
when you run it with a pod file, you could specify the dns field in the pod spec, and it is a slice of string ([]string), you may specify a list of nameservers
So can I specify my pod's dns like hyperctl run --dns=10.96.0.10 -t ubuntu:16.04?