LXC image: Set alias

No alias image

$ lxc image list
+-------+--------------+--------+-------------+--------+------------+-------------------------------+
| ALIAS | FINGERPRINT  | PUBLIC | DESCRIPTION |  ARCH  |    SIZE    |          UPLOAD DATE          |
+-------+--------------+--------+-------------+--------+------------+-------------------------------+
|       | 1177156ed2a4 | no     |             | x86_64 | 66604.84MB | Oct 12, 2024 at 12:24pm (UTC) |
+-------+--------------+--------+-------------+--------+------------+-------------------------------+

Set alias

set alias from FINGERPRINT

$ lxc image alias create my-export 1177156ed2a4
$ lxc image list
+-----------+--------------+--------+-------------+--------+------------+-------------------------------+
|   ALIAS   | FINGERPRINT  | PUBLIC | DESCRIPTION |  ARCH  |    SIZE    |          UPLOAD DATE          |
+-----------+--------------+--------+-------------+--------+------------+-------------------------------+
| my-export | 1177156ed2a4 | no     |             | x86_64 | 66604.84MB | Oct 12, 2024 at 12:24pm (UTC) |
+-----------+--------------+--------+-------------+--------+------------+-------------------------------+