Configuring Ubuntu Server as LXC container on QNAP Container Station
I’ll be upfront and admit that I don’t fully understand how Docker/LXC Containers work. This is primarily to document how I was able to get Ubuntu running in Container Station.
Follow tutorial on matthewstyles.com
https://matthewstyles.com/setup-lxc-ubuntu-server-using-qnap-container-station
Set port forwarding of container external port maps to internal port 22
check ssh server is running
service ssh status
service ssh startLogin via ssh using QNAP NAS’s IP address
ssh user@nas_ip
Run 'unminimize' to enable use of sudo command
unminimize