Re: Bind in systemd-nspawn Container

2025-07-18 Thread Pocket
On 7/18/25 6:36 AM, Uwe Sauter wrote: Have a look at the man-pages for systemd-nspawn and systemd.nspawn. The available networking options are explained in there. Am 18.07.25 um 02:04 schrieb Pocket: Is it possible to run bind inside a nspawn container? Created a container with pacstrap

Re: Bind in systemd-nspawn Container

2025-07-18 Thread Uwe Sauter
Have a look at the man-pages for systemd-nspawn and systemd.nspawn. The available networking options are explained in there. Am 18.07.25 um 02:04 schrieb Pocket: > > Is it possible to run bind inside a nspawn container? > > Created a container with pacstrap -k base into /var/lib/machines/Bind

Bind in systemd-nspawn Container

2025-07-17 Thread Pocket
Is it possible to run bind inside a nspawn container? Created a container with pacstrap -k base into /var/lib/machines/Bind/ set root password in container Using host networking machinectl start Bind machinectl login Bind Login as root root@Bind named]# pacman -Syy&&pacman -S bind vim Con