You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LXD is a modern, secure and powerful system container and virtual machine manager.
6
8
7
9
It provides a unified experience for running and managing full Linux systems inside containers or virtual machines. LXD supplies images for a [wide number of Linux distributions](https://images.linuxcontainers.org) and is built around a very powerful, yet pretty simple, REST API. LXD scales from one instance on a single machine to a cluster in a full data center rack, making it suitable for running workloads both for development and in production.
@@ -22,6 +24,7 @@ Then if you want to run it locally, take a look at our [getting started guide](h
22
24
<!-- Include end LXD intro -->
23
25
24
26
## Status
27
+
25
28
Type | Service | Status
26
29
--- | --- | ---
27
30
CI (client) | GitHub | [](https://github.com/lxc/lxd/actions)
@@ -34,6 +37,7 @@ Project status | CII Best Practices | [ is available on most platforms.
38
42
39
43
OS | Format | Command
@@ -76,28 +80,34 @@ Therefore, you should only give such access to users who you'd trust with root a
76
80
The following channels are available for you to interact with the LXD community.
77
81
78
82
### Bug reports
83
+
79
84
You can file bug reports and feature requests at: [`https://github.com/lxc/lxd/issues/new`](https://github.com/lxc/lxd/issues/new)
80
85
81
86
### Forum
87
+
82
88
A discussion forum is available at: [`https://discuss.linuxcontainers.org`](https://discuss.linuxcontainers.org)
83
89
84
90
### Mailing lists
91
+
85
92
We use the LXC mailing lists for developer and user discussions. You can
86
93
find and subscribe to those at: [`https://lists.linuxcontainers.org`](https://lists.linuxcontainers.org)
87
94
88
95
### IRC
96
+
89
97
If you prefer live discussions, you can find us in [`#lxc`](https://kiwiirc.com/client/irc.libera.chat/#lxc) on `irc.libera.chat`. See [Getting started with IRC](https://discuss.linuxcontainers.org/t/getting-started-with-irc/11920) if needed.
90
98
91
99
### Commercial support
92
100
93
101
Commercial support for LXD can be obtained through [Canonical Ltd](https://www.canonical.com).
94
102
95
103
## Documentation
104
+
96
105
The official documentation is available at: [`https://linuxcontainers.org/lxd/docs/latest/`](https://linuxcontainers.org/lxd/docs/latest/)
97
106
98
107
You can find additional resources on the [website](https://linuxcontainers.org/lxd/articles), on [YouTube](https://www.youtube.com/channel/UCuP6xPt0WTeZu32CkQPpbvA) and in the [Tutorials section](https://discuss.linuxcontainers.org/c/tutorials/) in the forum.
99
108
100
109
<!-- Include end support -->
101
110
102
111
## Contributing
112
+
103
113
Fixes and new features are greatly appreciated. Make sure to read our [contributing guidelines](CONTRIBUTING.md) first!
0 commit comments