cio@ubuntu:~$ lxc launch ubuntu:x/amd64 scale0
Creating scale0
Retrieving image: 100%
Starting scale0
cio@ubuntu:~$ lxc list
+--------+---------+------+------+------------+-----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
+--------+---------+------+------+------------+-----------+
| scale0 | RUNNING | | | PERSISTENT | 0 |
+--------+---------+------+------+------------+-----------+
cio@ubuntu:~$ lxc launch ubuntu:x/amd64 scale1 -p default
Creating scale1
Starting scale1
cio@ubuntu:~$ lxc list
+--------+---------+--------------------------------+------+------------+-----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
+--------+---------+--------------------------------+------+------------+-----------+
| scale0 | RUNNING | 10.1.0.75 (eth0) | | PERSISTENT | 0 |
| | | 10.0.3.1 (lxcbr0) | | | |
+--------+---------+--------------------------------+------+------------+-----------+
| scale1 | RUNNING | | | PERSISTENT | 0 |
+--------+---------+--------------------------------+------+------------+-----------+