diff options
author | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2018-03-04 13:29:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-04 13:29:58 +0530 |
commit | 9d6738252220af989185083152875c7919fd5c31 (patch) | |
tree | 5dacdd69d6f35fd45e2ace961675e655cf3d75b2 | |
parent | b9320d5b869a0fa22cb378301760c923fae3e158 (diff) | |
download | gluster-9d6738252220af989185083152875c7919fd5c31.tar.gz gluster-9d6738252220af989185083152875c7919fd5c31.tar.bz2 gluster-9d6738252220af989185083152875c7919fd5c31.tar.xz gluster-9d6738252220af989185083152875c7919fd5c31.zip |
Update README.md
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,15 @@ -This repo contains dockerfiles (CentOS and Fedora) for GlusterFS containers namely server, client and object. +This repo contains dockerfiles (CentOS and Fedora) for GlusterFS containers namely server, client and S3. + + +The support matrix of GlusterFS and container versions: + + +| |GlusterFS Version |Container Tag | Container name | +|----------------|-------------------------------|-----------------------------|------------------| +|GlusterFS Server Container|`v3.13, v3.12, v3.11, v3.10` |`gluster3u13_centos7`, `gluster3u12_centos7`, `gluster3u11_centos7`, `gluster3u10_centos7` | `gluster-centos`| +|GlusterFS Client Container |`v3.13` |`latest` |`glusterfs-client` +|Gluster S3 Server Container |`v3.13, v3.12, v3.11, v3.10`|`latest`|`gluster-s3` + ## Gluster Server Docker container: |