User Tools

Site Tools


lxd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
lxd [2022/08/20 14:35] – created adminlxd [2022/08/20 14:50] (current) admin
Line 43: Line 43:
 Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]:  Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]: 
 </code> </code>
-In the above exchange I used the "bridge0" bridge name since that's what the bridge was called when I followed the bridge construction post I mentioned earlier.  The bridge question was the only deviation from default in the above exchange.  +In the above exchange I used the "bridge0" bridge name since that's what the bridge was called when I followed the bridge construction post I mentioned earlier.  The bridge question was the only deviation from default in the above exchange.  
 + 
 +I then installed Ubuntu 22.04. 
 +<code> 
 +lxc launch ubuntu:22.04 
 +Creating the instance 
 +Instance name is: evident-jaguar               
 +Starting evident-jaguar 
 +root@MSI:~# lxc list            
 ++----------------+---------+----------------------+----------+-----------+-----------+ 
 +|      NAME      |  STATE  |         IPV4          IPV6    |   TYPE    | SNAPSHOTS | 
 ++----------------+---------+----------------------+----------+-----------+-----------+ 
 +| evident-jaguar | RUNNING | 192.168.2.181 (eth0) |   <del>  | CONTAINER | 0         | 
 ++----------------+---------+----------------------+----------+-----------+-----------+ 
 + 
 +</code> 
 + 
 +Lo and behold, the container appears to have a ip on the lan!  Success. 
 +Further testing showed it was truly working on the lan. 
  
lxd.1660998948.txt.gz · Last modified: 2022/08/20 14:35 by admin