bug workaroud: storage and bridge create

This commit is contained in:
MReenen
2018-06-04 19:54:10 +02:00
parent 1cc5580933
commit 54c16db080
2 changed files with 5 additions and 2 deletions

View File

@@ -5,8 +5,10 @@ apt-get upgrade -y
apt-get install lxd
lxc storage create SSD dir
lxc network create brlive0 ipv4.address=10.255.255.254/16 ipv4.address=none
lxd init
#lxc storage create SSD dir
#lxc network create brlive0 ipv4.address=10.255.255.254/16 ipv4.address=none
# create proxy
lxc launch ubuntu:18.04 proxy boot.autostart=true \