Skip to main content

Set Up Auto-Login for Containers

Run:

systemctl edit container-getty@.service

Paste this where the comments say to paste:

[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 $TERM

Save and reboot.