1
0
mirror of https://github.com/n1trux/awesome-sysadmin.git synced 2025-03-14 06:38:11 +00:00

Added Yacht to Docker

This commit is contained in:
Jesbin 2022-08-26 09:17:23 +05:30 committed by GitHub
parent 2cdcf74cd5
commit ccd30e13df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -593,6 +593,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [Docker Compose](https://docs.docker.com/compose/) - Define and run multi-container Docker applications.
* [Docker Swarm](https://docs.docker.com/engine/swarm/) - Manage cluster of Docker Engines.
* [Portainer](https://portainer.io/) - Simple management UI for Docker.
* [Yacht](https://yacht.sh/) - A container management UI with a focus on templates and 1-click deployments.
* [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features.
* [LXD](https://linuxcontainers.org/lxd/) a container "hypervisor" and a better UX for LXC.
* [OpenVZ](http://openvz.org) - Container-based virtualization for Linux.