go-debos / fakemachine

fake a machine
Apache License 2.0
34 stars 37 forks source link

Fakemachine should work without systemd-resolved #123

Open obbardc opened 1 year ago

obbardc commented 1 year ago

Currently without systemd-resolved installed on the host, fakemachine fails to resolve from the network.

Perhaps we should look at alternative resolvers for when systemd-resolved isn't installed on the host?

At the moment we bail out if systemd-resolved isn't installed: https://github.com/go-debos/fakemachine/pull/115