Browse Source

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

pull/22/head
Chris Lu 10 years ago
parent
commit
af106fe961
  1. 16
      Dockerfile
  2. 2
      README.md

16
Dockerfile

@ -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"]

2
README.md

@ -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

Loading…
Cancel
Save