aboutsummaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)AuthorFilesLines
2018-12-27adjust local buildChris Lu1-0/+1
2018-12-27renaming to docker/seaweedfs-compose.ymlChris Lu4-59/+45
2018-12-27create filerdb folderChris Lu2-1/+1
2018-12-27adjust docker buildsChris Lu2-1/+2
2018-12-27clean upChris Lu3-20/+5
2018-12-27fix mkdir pathChris Lu1-1/+1
2018-12-27ensure folder /data/filerdbChris Lu1-1/+1
2018-12-27Revert "use /data for filer"Chris Lu2-1/+2
This reverts commit 469afddc80ce7af45e2415c21798bbd3f41cd599.
2018-12-27use /data for filerChris Lu2-2/+1
2018-12-27separate docker-compose.yml into local and remote imagesChris Lu2-8/+58
2018-12-26use latest frolvlad/alpine-glibcChris Lu1-1/+1
2018-12-26docker filer default to /data/filerdbChris Lu3-3/+17
2018-12-25docker entry point fix for s3Chris Lu1-1/+1
2018-12-16WIPChris Lu3-1/+35
2018-12-16add s3 to docker-compose.ymlChris Lu1-0/+14
2018-12-16add s3 for dockerChris Lu2-0/+10
2018-10-11adding basic grpc to volume serverChris Lu2-11/+20
2018-09-11changed filer.toml to leveldb, added comments in docker-composehans-strudle2-4/+7
2018-09-11add filer.tomlAuthor Name1-0/+3
2018-09-11add filer to docker-compose and entrypoint, build from local Dockerfilejenkins.ow3-3/+25
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-10-12Update entrypoint.shAmin Cheloh1-5/+5
Running application becomes container's PID 1 allow to receives Unix signals
2016-09-23how to use with dockerFelipe Roberto1-0/+23
2016-09-08Changed Dockerfile so it uses a special entrypoint script. All parameters ↵Jesper Zedlitz2-0/+52
are passed through to weed. Depending on the command the entrypoint.sh script adds parameters to link containers.