LXD 2.0.0.rc5 发布了,LXD 是 ubuntu 基于 LXC 技术的重构,容器天然支持非特权和分布式。LXD 与 Docker 的思路不同,Docker 是 PAAS,LXD 是 IAAS。
改进日志:
- Fix DELETE /1.0/images/<fingerprint> to actually be Async. This is a
minor API change to match the specification and will break backward
compatibility with older clients (only when performing image deletion).
- The deprecated lxd-images script has now been entirely removed.
- Improve error reporting on image POST
- Fix error handling logic around snapshots
- Fix container shutdown to actually happen in parallel
- Document 'auto\_update' parameter for 'POST /1.0/images'
- stateful start: rework behavior
- stateful snapshots: rework behavior
- Bind-mount mqueue if unprivileged
- update documentation on using docker in containers
- bump the monitor timeout to 5s
下载地址: