You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,15 @@ The following multi-architecture (`arm64`, `armh/v7`, `amd64`) images are availa
15
15
16
16
- unixorn/moosefs-cgiserver
17
17
- unixorn/moosefs-chunkserver
18
+
- unixorn/moosefs-cli
18
19
- unixorn/moosefs-master
19
20
- unixorn/moosefs-metalogger
21
+
- unixorn/moosefs-netdump
20
22
21
23
## Building
22
24
23
25
You can make the images yourself with `make multiarch_images`.
24
26
25
27
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
28
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.
29
+
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.
0 commit comments