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.

23 lines
325 B

6 years ago
6 years ago
6 years ago
  1. # Docker
  2. ## Try it out
  3. ```bash
  4. wget https://github.com/chrislusf/seaweedfs/blob/master/docker/docker-compose.yml
  5. docker-compose -f docker-compose.yml up
  6. ```
  7. ## Development
  8. ```bash
  9. cd $GOPATH/src/github.com/chrislusf/seaweedfs/docker
  10. docker build - < Dockerfile.go_build
  11. docker-compose -f docker-compose.yml up
  12. ```