| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-06-01 | feat: Send commands to weed shell from the docker image. | Kaiwalya Joshi | 1 | -0/+6 | |
| Add the ability to send commands to weed shell from the docker image. Allows an operator to perform maintenance commands like so: ``` docker run \ --rm \ -e SHELL_FILER=localhost:8888 \ -e SHELL_MASTER=localhost:9333 \ chrislusf/seaweedfs:local \ "shell" \ "fs.configure -locationPrefix=/buckets/foo -volumeGrowthCount=3 -replication=002 -apply" ``` | |||||
| 2022-02-27 | avoid too many logs in tmp folderorigin/original_weed_mount | chrislu | 1 | -5/+5 | |
| 2021-12-05 | deprecate all cronjob module related code | chrislu | 1 | -10/+0 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2483 | |||||
| 2021-03-09 | fix outdated cron job scripts | Chris Lu | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1881 | |||||
| 2020-10-21 | Allow custom command arguments to override default values in docker | suika | 1 | -5/+10 | |
| Depending on a setup, 1GB volume limit is not the preferable size. As weed can process multiple arguements and the later argument is the one to be used, it is relatively easy to override the arguments defined in the entrypoint. The arguments passed to the script will be shifted and appended at the end of the command. Since the first argument will fall into specific case, the argument can be predefined and the whole argument array shifted. Allowing to do "volume/server/master/etc $ARGS $@" | |||||
| 2020-10-08 | POSIX shell compatibility | user | 1 | -2/+21 | |
| 2020-05-22 | allow optionally change volume max count | Chris Lu | 1 | -0/+6 | |
| 2020-05-22 | Revert "allow overwrite flags" | Chris Lu | 1 | -5/+5 | |
| This reverts commit 232b0f0e | |||||
| 2020-05-21 | allow overwrite flags | Chris Lu | 1 | -5/+5 | |
| 2020-03-25 | docker: entrypoint skip ip address detection | Chris Lu | 1 | -1/+1 | |
| 2020-03-22 | optimize entrypoint for docker | Chris Lu | 1 | -20/+3 | |
| 2019-12-11 | set master ip in docker compose yaml file | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1118 | |||||
| 2019-06-05 | adjust script parameter | Chris Lu | 1 | -1/+1 | |
| 2019-05-14 | skip setting ip address for filer | Chris Lu | 1 | -1/+1 | |
| related to https://github.com/chrislusf/seaweedfs/issues/960 | |||||
| 2019-05-05 | docker adjust cronjob schedule, add volume.balance job | Chris Lu | 1 | -2/+4 | |
| 2019-04-09 | Add cronjob Mode For The Docker Container | Zicklag | 1 | -0/+8 | |
| fixes #907 | |||||
| 2019-03-15 | docker: add the /data/filerdb folder | Chris Lu | 1 | -1/+0 | |
| 2018-12-27 | create filerdb folder | Chris Lu | 1 | -0/+1 | |
| 2018-12-27 | adjust docker builds | Chris Lu | 1 | -1/+1 | |
| 2018-12-27 | clean up | Chris Lu | 1 | -2/+1 | |
| 2018-12-27 | fix mkdir path | Chris Lu | 1 | -1/+1 | |
| 2018-12-27 | ensure folder /data/filerdb | Chris Lu | 1 | -1/+1 | |
| 2018-12-27 | Revert "use /data for filer" | Chris Lu | 1 | -0/+1 | |
| This reverts commit 469afddc80ce7af45e2415c21798bbd3f41cd599. | |||||
| 2018-12-27 | use /data for filer | Chris Lu | 1 | -1/+0 | |
| 2018-12-26 | docker filer default to /data/filerdb | Chris Lu | 1 | -1/+2 | |
| 2018-12-25 | docker entry point fix for s3 | Chris Lu | 1 | -1/+1 | |
| 2018-12-16 | WIP | Chris Lu | 1 | -1/+1 | |
| 2018-12-16 | add s3 for docker | Chris Lu | 1 | -0/+8 | |
| 2018-09-11 | add filer to docker-compose and entrypoint, build from local Dockerfile | jenkins.ow | 1 | -0/+8 | |
| 2016-10-12 | Update entrypoint.sh | Amin Cheloh | 1 | -5/+5 | |
| Running application becomes container's PID 1 allow to receives Unix signals | |||||
| 2016-09-08 | Changed Dockerfile so it uses a special entrypoint script. All parameters ↵ | Jesper Zedlitz | 1 | -0/+34 | |
| are passed through to weed. Depending on the command the entrypoint.sh script adds parameters to link containers. | |||||
