You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
446 B
446 B
Docker
Try it out
wget https://raw.githubusercontent.com/chrislusf/seaweedfs/master/docker/seaweedfs-compose.yml
docker-compose -f seaweedfs-compose.yml -p seaweedfs up
Development
cd $GOPATH/src/github.com/chrislusf/seaweedfs/docker
// use existing builds for git tip
docker-compose -f seaweedfs-dev-compose.yml -p seaweedfs up
// use local repo
docker-compose -f local-dev-compose.yml -p seaweedfs up