aboutsummaryrefslogtreecommitdiff
path: root/docker/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2020-01-25Revert "use docker built binaries for faster automated release"Chris Lu1-11/+20
This reverts commit 9863f51cc8280a613eb816f5b73bda0fcc60f459.
2020-01-25use docker built binaries for faster automated releaseChris Lu1-20/+11
2019-06-30filer: default to leveldb2Chris Lu1-1/+1
2019-04-09Add cronjob Mode For The Docker ContainerZicklag1-0/+11
fixes #907
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 Lu1-0/+1
fix https://github.com/chrislusf/seaweedfs/issues/885
2019-01-18fix docker to work with master grpc portChris Lu1-1/+3
2018-12-27create filerdb folderChris Lu1-1/+0
2018-12-27adjust docker buildsChris Lu1-0/+1
2018-12-26use latest frolvlad/alpine-glibcChris Lu1-1/+1
2018-12-16add s3 for dockerChris Lu1-0/+2
2018-10-11adding basic grpc to volume serverChris Lu1-0/+7
2018-09-11add filer to docker-compose and entrypoint, build from local Dockerfilejenkins.ow1-0/+2
2017-09-14some minor fixes to docker/DockerfileBruceWangNo11-3/+4
2017-02-07Update Dockerfilevancepym1-1/+1
Bump docker base image version to alpine 3.5
2017-01-05Update Dockerfilevancepym1-8/+6
Replace with Alpine Linux based image
2017-01-04download from github release pageChris Lu1-3/+4
2016-10-12Update DockerfileAmin Cheloh1-3/+3
Move COPY /entrypoint.sh to bottom and make sure entrypoint.sh have execute permission
2016-09-08Changed Dockerfile so it uses a special entrypoint script. All parameters ↵Jesper Zedlitz1-0/+18
are passed through to weed. Depending on the command the entrypoint.sh script adds parameters to link containers.