aboutsummaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-06-29 01:36:59 -0700
committerGitHub <noreply@github.com>2022-06-29 01:36:59 -0700
commite22c2c80121125e1a2d7b0bb02f854a1c122e1b8 (patch)
tree3d8be2805152a951639a48e052aba0ef95c56437 /docker/README.md
parenta79bf9d92a22dc54bde7a193f91d02d42b7a07da (diff)
parenta9f6c4b43d666f7e09e9bff5e8a423b5079b2a08 (diff)
downloadseaweedfs-e22c2c80121125e1a2d7b0bb02f854a1c122e1b8.tar.xz
seaweedfs-e22c2c80121125e1a2d7b0bb02f854a1c122e1b8.zip
Merge pull request #3188 from kmlebedev/fix_make_dev
fix ip.bind cmd for docker compose
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 524f5d4d0..288d87158 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -28,6 +28,13 @@ cd $GOPATH/src/github.com/chrislusf/seaweedfs/docker
make
```
+### S3 cmd
+
+list
+```
+s3cmd --no-ssl --host=127.0.0.1:8333 ls s3://
+```
+
## Build and push a multiarch build
Make sure that `docker buildx` is supported (might be an experimental docker feature)