I have an image with alias “dhcp” and want to copy it to another LXD (2.16) host.
The result is:
lxc image copy dhcp lxd2: --alias=dhcp
error: Failed remote image download:
- https://10.44.1.11:8443: not found
The 10.44.1.11 is the local host from where I issued the command and lxd2 is the remote host.
When I try to copy a container all works fine (lxc copy dhcp lxd2:dhcp)
Copying an image from the ubuntu repo (like lxc image copy ubuntu:x local: --alias=x) works fine.
So it puzzles me why I can transfer containers (also profiles) from one host to the other, but no images?
Both hosts also have the package criu nstalled (updated ubuntu 16.04.2)