How to fix lxc 'Error: The remote isn't a private LXD server'
Problem:
You want to launch a lxc container using lxc launch, but you get this error message instead:
error_message.txt
Error: The remote isn't a private LXD serverSolution
You are using a command like this:
example.sh
lxc launch mycontainer ubuntu:18.04You’ve swapped the container name and image arguments! The correct command looks like this:
example.sh
lxc launch ubuntu:18.04 mycontainerIf this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow