mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Cloud Monitoring (markdown)
parent
b266fe62d5
commit
419bd8457c
|
@ -9,7 +9,7 @@ To try it out, run these with docker. It should print out a URL which you can vi
|
|||
```
|
||||
docker run --pull always -ti chrislusf/seaweed_agent swagent -filer 192.168.2.11:8888 -password=your_password
|
||||
|
||||
# or
|
||||
# or use environment variable to set the password
|
||||
|
||||
docker run --pull always -e SEAWEED_PASSWORD=your_password -ti chrislusf/seaweed_agent swagent -filer 192.168.2.11:8888
|
||||
|
||||
|
|
Loading…
Reference in a new issue