search
HomeOperation and MaintenanceDockerHow to store docker deployment ceph

This article will introduce in detail how to use Docker to deploy and store Ceph.

Ceph is an open source distributed storage system with high availability and strong scalability. It can run on ordinary hardware and supports a variety of storage protocols, such as Block, Object and File. Docker is a popular containerization platform that enables rapid deployment and management of applications. Using Ceph with Docker, we can easily run Ceph in a container and use it as a storage backend.

Below we will introduce how to use Docker to deploy Ceph and store it:

  1. Install Docker

Before we start, we need to install Docker first. You can install the corresponding Docker according to your own operating system version. For specific installation methods, please refer to Docker official documentation.

  1. Create a Ceph image

To run Ceph in Docker you need to create an image first. You can use a Dockerfile to build an image, or you can download an existing Ceph image from Docker Hub.

The method of using Dockerfile to build an image is as follows:

FROM ceph/daemon:latest

Save the above code as a Dockerfile, and then execute the following command to build the image:

docker build -t myceph .

where myceph represents the custom image name .

  1. Deploying Ceph

Before deploying Ceph, you need to create a network to ensure that Ceph-related containers can communicate with each other. You can use the following command to create a Docker network named ceph_network:

docker network create ceph_network

Then use the following command to run Ceph:

docker run -d --net=ceph_network --name=mon myceph /bin/bash -c "ceph-mon --mkfs -i myname && ceph-mon -i myname"
docker run -d --net=ceph_network --name=mgr myceph ceph-mgr -i myname
docker run -d --net=ceph_network --name=osd1 -v /dev/sdb:/dev/sdb -v /data:/var/lib/ceph/osd/ceph-0 myceph /bin/bash -c "ceph-osd --mkfs --osd-uuid myuuid && ceph-osd -i 0"

Among them, mon means the monitor, mgr means the manager, and osd1 means the first data node, /dev/sdb represents the hard disk device, and /data represents the directory used to store data.

  1. Configuring Ceph

After Ceph deployment is completed, some configuration is required. You can use the following command to create a Ceph user:

ceph auth get-or-create client.docker mon 'allow r' mgr 'allow r' osd 'allow rwx pool=data'

and then use this user for access in the application.

  1. Storing data

Ceph supports multiple storage protocols, such as Block, Object and File. The following uses Block storage as an example for explanation.

You can use the following command to create a Pool in Ceph:

ceph osd pool create mypool 50

Then use the following command to create a block device in the Pool:

rados -p mypool create myblock --size 1024

Finally use the following command to The block device is mapped locally:

rbd map mypool/myblock

Now you can write data to the block device and use the device to read and write in the application.

Summary

This article introduces how to use Docker to deploy Ceph and store it. From creating images, deploying Ceph, configuring Ceph to storing data, it comprehensively demonstrates how to use Ceph in Docker. Hope this article is helpful to you.

The above is the detailed content of How to store docker deployment ceph. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
How to use docker exec to run commands in a Docker containerHow to use docker exec to run commands in a Docker containerMar 05, 2025 pm 03:42 PM

This article explains how to use the docker exec command to run commands within a running Docker container. It covers basic syntax, options (like -it for interactive use and -d for detached mode), shell access, common use cases (debugging, administr

What is docker for? What is docker for?What is docker for? What is docker for?Mar 05, 2025 pm 03:49 PM

This article explains Docker, a containerization platform simplifying application building, shipping, and running. It addresses the "it works on my machine" problem by packaging apps and dependencies into isolated containers, improving con

Is docker an environment or softwareIs docker an environment or softwareMar 05, 2025 pm 03:38 PM

This article explains Docker, contrasting it with virtual machines. Docker uses containerization, sharing the host OS kernel for lightweight, resource-efficient application isolation. Key advantages include speed, portability, ease of deployment, a

How do I deploy applications to a Docker Swarm cluster?How do I deploy applications to a Docker Swarm cluster?Mar 17, 2025 pm 04:20 PM

The article details deploying applications to Docker Swarm, covering preparation, deployment steps, and security measures during the process.

What is docker for? What is docker for?What is docker for? What is docker for?Mar 05, 2025 pm 03:46 PM

Docker simplifies application building, shipping, and running via containerization. It offers consistent development environments, faster cycles, improved collaboration, and streamlined CI/CD, resulting in portable, scalable, and resource-efficient

What is docker for? What is docker for?What is docker for? What is docker for?Mar 05, 2025 pm 03:39 PM

This article explains Docker, a containerization platform simplifying application creation, deployment, and execution. It highlights Docker's benefits: improved efficiency, consistency, resource utilization, and streamlined deployment. Various use

What are Kubernetes pods, deployments, and services?What are Kubernetes pods, deployments, and services?Mar 17, 2025 pm 04:25 PM

The article explains Kubernetes' pods, deployments, and services, detailing their roles in managing containerized applications. It discusses how these components enhance scalability, stability, and communication within applications.(159 characters)

How do I scale applications in Kubernetes?How do I scale applications in Kubernetes?Mar 17, 2025 pm 04:28 PM

The article discusses scaling applications in Kubernetes using manual scaling, HPA, VPA, and Cluster Autoscaler, and provides best practices and tools for monitoring and automating scaling.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.