]> git.pld-linux.org Git - packages/lxd.git/blob - lxd.spec
b9bf7e6ddbab9eb84fdfe06270081915f599a02f
[packages/lxd.git] / lxd.spec
1 Summary:        Fast, dense and secure container management
2 Name:           lxd
3 Version:        2.0.3
4 Release:        0.1
5 License:        Apache v2.0
6 Group:          Applications/Networking
7 URL:            https://linuxcontainers.org/lxd/introduction/
8 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9
10 %description
11 LXD is a container "hypervisor" and a new user experience for LXC.
12
13 Specifically, it's made of three components:
14 - A system-wide daemon (lxd)
15 - A command line client (lxc)
16 - An OpenStack Nova plugin (nova-compute-lxd)
17
18 The daemon exports a REST API both locally and if enabled, over the
19 network.
20
21 The command line tool is designed to be a very simple, yet very
22 powerful tool to manage all your containers. It can handle connect to
23 multiple container hosts and easily give you an overview of all the
24 containers on your network, let you create some more where you want
25 them and even move them around while they're running.
26
27 The OpenStack plugin then allows you to use your lxd hosts as compute
28 nodes, running workloads on containers rather than virtual machines.
29
30 %prep
31 %setup -q
32
33 %build
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
This page took 0.057161 seconds and 2 git commands to generate.