[lxc-users] How to build LXD 2.0 ?
Pierre Couderc
pierre at couderc.eu
Thu Jan 11 14:02:42 UTC 2018
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxcontainers.org/pipermail/lxc-users/attachments/20180111/1258f66d/attachment.html>
More information about the lxc-users
mailing list