I have loaded the single appliaces using respective .iso or VMDK successfully so I will continue that way for now. The LXC appliance however is not working in my instance and Im sure its due to all sorts of novice varaibles.
I have working opencart and torrent stand alone appliances loaded from a vmdk and .iso
Heres things and then taking a break I suppose
Using VM Workstation Pro 12
I have loaded the single appliaces using respective .iso or VMDK successfully so I will continue that way for now. The LXC appliance however is not working in my instance and Im sure its due to all sorts of novice varaibles.
I have working opencart and torrent stand alone appliances loaded from a vmdk and .iso
Heres some results-
root@lxc ~# cat > /root/wp.inithooks.conf <<EOF
> export ROOT_PASS=secretrootpass
> export DB_PASS=secretmysqlpass
> export APP_PASS=secretadminwppass
> export APP_EMAIL=admin@example.com
> export APP_DOMAIN=www.example.com
> export HUB_APIKEY=SKIP
> export SEC_ALERTS=SKIP
> export SEC_UPDATES=FORCE
> EOF
root@lxc ~# lxc-create -n wp1 -f /etc/lxc/bridged.conf -t turnkey -- wordpress -i /root/wp.inithooks.conf
root@lxc ~# lxc-start -n wp1
Container wp1 not connected:
root@lxc ~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br0 state UNKNOWN group default qlen 1000
link/ether 00:0c:29:c4:18:6b brd ff:ff:ff:ff:ff:ff
3: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 00:0c:29:c4:18:6b brd ff:ff:ff:ff:ff:ff
inet 192.168.2.240/24 brd 192.168.2.255 scope global br0
valid_lft forever preferred_lft forever
inet6 fe80::20c:29ff:fec4:186b/64 scope link
valid_lft forever preferred_lft forever
4: natbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether d2:e4:78:9a:54:0d brd ff:ff:ff:ff:ff:ff
inet 192.168.121.1/24 brd 192.168.121.255 scope global natbr0
valid_lft forever preferred_lft forever
inet6 fe80::d0e4:78ff:fe9a:540d/64 scope link
valid_lft forever preferred_lft forever
root@wp1 ~# turnkey-init
The Init Process happens but returns
error: No network adapters detected
root@wp1 ~#
Thanks for hanging out with me!
Take care!