https://github.com/unixorn/moosefs-docker
Docker containers for moosefs services
https://github.com/unixorn/moosefs-docker
hacktoberfest moosefs moosefs-client moosefs-cluster
Last synced: about 2 months ago
JSON representation
Docker containers for moosefs services
- Host: GitHub
- URL: https://github.com/unixorn/moosefs-docker
- Owner: unixorn
- License: bsd-2-clause
- Created: 2023-04-13T13:22:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T13:23:58.000Z (3 months ago)
- Last Synced: 2025-02-18T14:27:20.229Z (3 months ago)
- Topics: hacktoberfest, moosefs, moosefs-client, moosefs-cluster
- Language: Makefile
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [moosefs-docker](#moosefs-docker)
- [Status](#status)
- [Usage](#usage)
- [Building](#building)# moosefs-docker
## Status
[](https://opensource.org/licenses/BSD-3-Clause)

[](https://github.com/unixorn/moosefs-docker/stargazers)
[](https://github.com/unixorn/moosefs-docker)This contains Dockerfiles for [moosefs](https://moosefs.com/).
## Usage
The following multi-architecture (`arm64`, `armh/v7`, `amd64`) images are available on hub.docker.com:
- unixorn/moosefs-cgiserver
- unixorn/moosefs-chunkserver
- unixorn/moosefs-cli
- unixorn/moosefs-master
- unixorn/moosefs-metalogger
- unixorn/moosefs-netdump## Building
You can make the images yourself with `make multiarch_images`.
If you need to support a platform other than `arm64`, `armh/v7` or `amd64`, the easiest thing to do is to edit the Makefile and change `HUB_USER` to your docker hub username and update `PLATFORMS` to include whatever other architectures you need, then run `make multiarch_images` to build new images.
This allows you to use `your-hub-username/imagename` in your docker-compose files or kubernetes deployments and not have to use different image names for different architectures.