aboutsummaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-06-15 16:49:53 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-06-15 16:49:53 +0500
commita9f6c4b43d666f7e09e9bff5e8a423b5079b2a08 (patch)
treeff2a40506859d6c39f940defe9d9ae8d9b376daf /docker/README.md
parent4eeeb5f50d87e669325729bf2f7fafc9d265721e (diff)
downloadseaweedfs-a9f6c4b43d666f7e09e9bff5e8a423b5079b2a08.tar.xz
seaweedfs-a9f6c4b43d666f7e09e9bff5e8a423b5079b2a08.zip
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)