On 12/27/2017 08:26 PM, Pierre Couderc wrote:

I have built LXD from sources with

go get github.com/lxc/lxd
cd  $GOPATH/src/github.com/lxc/lxd
make

I suppose that gives me master branch, but for produciton I thnk better to use 2.0.

1- Do I think good ?

2- How to do that ?


I anwer myself to question 2:

go get github.com/lxc/lxd
cd  $GOPATH/src/github.com/lxc/lxd
git checkout lxd-2.21
make



_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to