diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-06-29 01:36:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-29 01:36:59 -0700 |
| commit | e22c2c80121125e1a2d7b0bb02f854a1c122e1b8 (patch) | |
| tree | 3d8be2805152a951639a48e052aba0ef95c56437 /docker/README.md | |
| parent | a79bf9d92a22dc54bde7a193f91d02d42b7a07da (diff) | |
| parent | a9f6c4b43d666f7e09e9bff5e8a423b5079b2a08 (diff) | |
| download | seaweedfs-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.md | 7 |
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) |
