correct indent.

This commit is contained in:
Rajiv Aaron Manglani 2016-01-31 12:25:51 -05:00
parent 3f4e45152b
commit 6e24b750c3
1 changed files with 2 additions and 2 deletions

View File

@ -506,8 +506,8 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [etcd](https://github.com/coreos/etcd) - distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery.
* [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
## Software Containers
*Operating systemlevel virtualization.*
## Software Containers
*Operating systemlevel virtualization.*
* [Docker](http://www.docker.com/) - Platform for developers and sysadmins to build, ship, and run distributed applications.
* [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features.