1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-19 15:31:05 +02:00

Merge branch 'master' of git@github.com:chrislusf/weed-fs.git

This commit is contained in:
Chris Lu 2014-10-21 01:28:58 -07:00
commit af106fe961
2 changed files with 4 additions and 14 deletions

View file

@ -1,16 +1,6 @@
# install docker
# sudo docker build -t seaweed .
# docker run seaweed
FROM golang
# Copy the local package files to the container's workspace.
ADD . /go/src/github.com/chrislusf/weed-fs
# Build the weed command inside the container.
RUN go get github.com/chrislusf/weed-fs/go/weed
FROM cydev/go
RUN go get code.google.com/p/weed-fs/go/weed
EXPOSE 8080
EXPOSE 9333
VOLUME /data
ENTRYPOINT ["/go/bin/weed"]
ENTRYPOINT ["weed"]

View file

@ -14,7 +14,7 @@ go get github.com/chrislusf/weed-fs/go/weed
## Reference
For pre-compiled releases,
https://bintray.com/chrislusf/Weed-FS/weed
https://bintray.com/chrislusf/Weed-FS/seaweed
## Introduction