aboutsummaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)AuthorFilesLines
2020-12-28Merge pull request #1713 from nivekuil/masterChris Lu3-0/+3
Add fuse to all dockerfiles
2020-12-28Add fuse to all dockerfilesnivekuil3-0/+3
2020-12-21k8s buildKonstantin Lebedev3-0/+80
2020-12-20Add fuse to docker imagenivekuil1-0/+1
2020-12-17fix Argument Name, and use the correct one.LazyDBA247-Anyvision2-4/+4
2020-12-15support build branches other than masterLazyDBA247-Anyvision2-0/+4
2020-12-04security master use access.uiKonstantin Lebedev1-4/+0
2020-11-11add local registry docker clusterChris Lu2-0/+98
2020-10-23add public url for volume serverChris Lu1-1/+1
2020-10-23make it easy with setting up multiple masters in a clcusterChris Lu1-3/+3
2020-10-21Allow custom command arguments to override default values in dockersuika1-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-18add build versionChris Lu1-1/+3
2020-10-18adjustChris Lu1-1/+1
2020-10-18adjustChris Lu1-1/+1
2020-10-18build add git versionChris Lu1-1/+3
2020-10-08POSIX shell compatibilityuser1-2/+21
2020-09-14docker adds large disk versionChris Lu1-0/+35
2020-06-30Update docker README with docker buildx instructions.Robin Grönberg1-1/+4
2020-06-30Use alpine base image instead of glib image.Robin Grönberg2-3/+16
2020-06-30Make Dockerfile multiarch.Robin Grönberg1-11/+9
Support for: - amd64 - arm64 - armv7 - armv6
2020-05-22allow optionally change volume max countChris Lu1-0/+6
2020-05-22Revert "allow overwrite flags"Chris Lu1-5/+5
This reverts commit 232b0f0e
2020-05-21allow overwrite flagsChris Lu1-5/+5
2020-05-13some typosnevermore10001-3/+3
2020-03-25docker: entrypoint skip ip address detectionChris Lu1-1/+1
2020-03-22optimize entrypoint for dockerChris Lu5-30/+13
2020-03-01fix dockerhub buildChris Lu3-4/+39
2020-02-26clean up waitForFiler optionChris Lu4-4/+4
2020-02-26docker: add cluster modeChris Lu5-57/+113
2020-02-25update docker local dev envChris Lu3-12/+12
2020-01-26Update README.mdChris Lu1-4/+10
2020-01-26update docker readmeChris Lu1-1/+5
2020-01-25Revert "use docker built binaries for faster automated release"Chris Lu3-15/+59
This reverts commit 9863f51cc8280a613eb816f5b73bda0fcc60f459.
2020-01-25use docker built binaries for faster automated releaseChris Lu3-59/+15
2020-01-252-stage docker dev image buildChris Lu3-5/+43
fix https://github.com/chrislusf/seaweedfs/issues/1047
2020-01-24less logs for volume serversChris Lu1-1/+1
2020-01-24docker: tweaking docker fileChris Lu2-9/+9
2020-01-01fix dev buildChris Lu1-0/+1
2020-01-01fix dev docker buildChris Lu1-0/+2
2019-12-11set master ip in docker compose yaml fileChris Lu3-3/+3
fix https://github.com/chrislusf/seaweedfs/issues/1118
2019-06-30filer: default to leveldb2Chris Lu3-4/+4
2019-06-05adjust script parameterChris Lu1-1/+1
2019-05-14skip setting ip address for filerChris Lu1-1/+1
related to https://github.com/chrislusf/seaweedfs/issues/960
2019-05-05docker adjust cronjob schedule, add volume.balance jobChris Lu1-2/+4
2019-04-09Add cronjob Mode For The Docker ContainerZicklag3-0/+29
fixes #907
2019-03-15docker: add the /data/filerdb folderChris Lu1-1/+0
2019-03-15weed server: mkdir firstChris Lu1-1/+2
2019-03-15weed server: mkdir first, and set the master ip addressChris Lu1-1/+2
fix https://github.com/chrislusf/seaweedfs/issues/885
2019-03-14add directory /data/filerdbChris Lu2-0/+2
fix https://github.com/chrislusf/seaweedfs/issues/885
2019-01-18fix docker to work with master grpc portChris Lu4-2/+8