The official sheepdog docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current sheepdog docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Sheepdog is a distributed storage system for QEMU. It provides highly available block level storage volumes to virtual machines. Sheepdog supports advanced volume management features such as snapshot, cloning, and thin provisioning.
Learn more on sheepdog Website.
The tag of each sheepdog docker image is consist of the version of sheepdog and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 1.0.1-oe2403sp4 | sheepdog 1.0.1 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 1.0.1-oe2403sp3 | sheepdog 1.0.1 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 1.0.1-oe2403sp1 | sheepdog 1.0.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/sheepdog image from docker
docker pull openeuler/sheepdog:{Tag}
Run with an interactive shell
You can also start the container with an interactive shell to use sheepdog.
docker run -it --rm openeuler/sheepdog:{Tag} bash
Set up the storage environment
Create a directory for sheepdog storage
mkdir -p /home/storage
Start the sheepdog daemon
The -c local flag runs sheepdog in standalone mode(no cluster).
sheep /home/store/ -c local
Initialize the cluster
The --copies=2 flag ensures data redundancy by storing two copies.
collie cluster format --copies=2
Create a virtual disk image (VDI)
Create a 10GB volume named myvolume
collie vdi create myvolume 10G
Verify the volume
List available volumes
collie vdi list
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:6ec09eda9…
Size
334 MB
Last updated
2 months ago
docker pull openeuler/sheepdogPulls:
4
Last week