[DATALAD RUNCMD] run codespell throughout fixing typos automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
This commit is contained in:
Yaroslav Halchenko 2024-04-09 14:58:06 -04:00
parent 88092b0bca
commit 5da77cd33e

View File

@ -127,7 +127,7 @@ Daemon based on liblxc offering a REST API to manage LXC containers.
* [OpenVZ](https://openvz.org/)
OpenVZ is container-based virtualization for Linux. OpenVZ creates multiple secure, isolated Linux containers (otherwise known as VEs or VPSs) on a single physical server enabling better server utilization and ensuring that applications do not conflict.
* [MultiDocker](https://github.com/marty90/multidocker)
Create a secure multi-user Docker machine, where each user is segregated into an indepentent container.
Create a secure multi-user Docker machine, where each user is segregated into an independent container.
* [Lithos](https://github.com/tailhook/lithos/)
Lithos is a process supervisor and containerizer for running services. It is not intended to be system init, but rather tries to be a base tool to build container orchestration.
* [containerd](https://containerd.io/)