Skip to content

Commit 6d3641c

Browse files
committed
Add readme
Signed-off-by: Joe Block <jpb@unixorn.net>
1 parent 191ed5a commit 6d3641c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Readme.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# moosefs-docker
2+
3+
## Status
4+
5+
[![License](https://img.shields.io/github/license/unixorn/moosefs-docker.svg)](https://opensource.org/licenses/BSD-3-Clause)
6+
![Awesomebot](https://github.com/unixorn/moosefs-docker/actions/workflows/awesomebot.yml/badge.svg)
7+
[![GitHub stars](https://img.shields.io/github/stars/unixorn/moosefs-docker.svg)](https://github.com/unixorn/moosefs-docker/stargazers)
8+
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/unixorn/moosefs-docker/main.svg)](https://github.com/unixorn/moosefs-docker)
9+
10+
This contains Dockerfiles for [moosefs](https://moosefs.com/).
11+
12+
## Usage
13+
14+
The following multi-architecture (`arm64`, `armh/v7`, `amd64`) images are available on hub.docker.com:
15+
16+
- unixorn/moosefs-cgiserver
17+
- unixorn/moosefs-chunkserver
18+
- unixorn/moosefs-master
19+
- unixorn/moosefs-metalogger
20+
21+
## Building
22+
23+
You can make the images yourself with `make multiarch_images`.
24+
25+
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.
26+
27+
This allows you to use just `your-hub-username/imagename` in your docker-compose files or kubernetes deployments and not have different image names for different architectures.

0 commit comments

Comments
 (0)