summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHumble Devassy Chirammal <humble.devassy@gmail.com>2017-07-31 09:01:36 +0000
committerGitHub <noreply@github.com>2017-07-31 09:01:36 +0000
commit4757dd977452d15baae91d46a7895cd3d5b7863e (patch)
treee31b5ae33e2ce5d38e223469c21cc65642bbcd85 /README.md
parent83a8491e2b25b45da06df8fe1f12136d94584ce3 (diff)
parentd9b358382a3dbc6fd2f6c12bffb1c8fcd6c49a2f (diff)
downloadgluster-4757dd977452d15baae91d46a7895cd3d5b7863e.tar.gz
gluster-4757dd977452d15baae91d46a7895cd3d5b7863e.tar.bz2
gluster-4757dd977452d15baae91d46a7895cd3d5b7863e.tar.xz
gluster-4757dd977452d15baae91d46a7895cd3d5b7863e.zip
Merge pull request #48 from SaravanaStorageNetwork/renamed_s3
Rename docker-gluster-swift
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 68eee5c..42dde1c 100644
--- a/README.md
+++ b/README.md
@@ -114,17 +114,16 @@ Number of Peers: 0
~~~
That’s it!
-
Additional Ref# https://goo.gl/3031Mm
## Gluster Object Docker container:
-### To pull gluster-object:
+### To pull gluster-s3:
~~~
-$ docker pull gluster/gluster-object
+$ docker pull gluster/gluster-s3
~~~
-### To run gluster-object container:
+### To run gluster-s3 container:
On the host machine, mount one or more gluster volumes under the directory
`/mnt/gluster-object` with mountpoint name being same as that of the volume.
@@ -143,10 +142,10 @@ GLUSTER_VOLUMES='tv1'
Where tv1 is the volume name.
~~~
-$ docker run -d --privileged -v /sys/fs/cgroup/:/sys/fs/cgroup/:ro -p 8080:8080 -v /mnt/gluster-object:/mnt/gluster-object gluster/gluster-object
+$ docker run -d --privileged -v /sys/fs/cgroup/:/sys/fs/cgroup/:ro -p 8080:8080 -v /mnt/gluster-object:/mnt/gluster-object gluster/gluster-s3
~~~
-Now, We can get/put objects into the gluster volume, using the gluster-object Docker container.
+Now, We can get/put objects into the gluster volume, using the gluster-s3 Docker container.
Refer this link[1] for testing.
[1] https://github.com/gluster/gluster-swift/blob/master/doc/markdown/quick_start_guide.md#using_swift