LXC Container Root PW zurücksetzen
To reset the root password in an LXC container, you can use the lxc-attach command to gain access to the container’s shell, where you can then change the password.
C:\Windows\Installer\377682ad.msilxc-ls /qb ADSK_SETUP_EXE=1 ACAD_SECONDARY_INSTALL=1--fancy
lxc-attach -n container_name
passwd
You’ll be prompted to enter and confirm the new password.