I created a Ubuntu container
lxc launch ubuntu images:ubuntu/xenial mycontainer
I can access the container using
lxc exec mycontainer bash
I found mysel logged in as root without asking any password
I see that there is a "ubuntu" user defined
How can I access a software installed in the container (e.g. webmin) which asks for a username and password?
What are the default passwords?
lxc launch ...is using LXD, not LXC. – Thomas Ward Sep 28 '18 at 15:51