How to open a shell in an LXC container
You can run a shell in your LXC container using
lxc exec [name of container] /bin/bash
for example
lxc exec mycontainer /bin/bash
You can run a shell in your LXC container using
lxc exec [name of container] /bin/bash
for example
lxc exec mycontainer /bin/bash