Thứ Tư, 25 tháng 12, 2019

Docker Commands

docker attach - Attaches your local input/output/error stream to a running container. docker commit  - Creates a new image from the current changed state of the container. docker exec- Runs a command in a container that is active or running. docker history- Displays the history of an image. docker info- Shows system-wide information. docker inspect- Finds system-level information about docker containers and images. docker...
Read More

Thứ Tư, 18 tháng 12, 2019

GlusterFS Cheat Sheet

Brick –> is basic storage (directory) on a server in the trusted storage pool. Volume –> is a logical collection of bricks. Cluster –> is a group of linked computers, working together as a single computer. Distributed File System –> A filesystem in which the data is spread across the multiple storage nodes and allows the clients to access it over a network. Client –> is a machine which mounts the volume. Server...
Read More