diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-10-21 01:28:58 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-10-21 01:28:58 -0700 |
| commit | af106fe961c100c5efd4aa06e353ac91b76c42c3 (patch) | |
| tree | 7cbf5ceffea4374a1f4237cdb3a6dab4341c5162 | |
| parent | b5aa2ef6050bc052e73536481893011f55005099 (diff) | |
| parent | a3c17f17b144c4298409fddda2d6bc4b39d38ca5 (diff) | |
| download | seaweedfs-af106fe961c100c5efd4aa06e353ac91b76c42c3.tar.xz seaweedfs-af106fe961c100c5efd4aa06e353ac91b76c42c3.zip | |
Merge branch 'master' of git@github.com:chrislusf/weed-fs.git
| -rw-r--r-- | Dockerfile | 16 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 4 insertions, 14 deletions
diff --git a/Dockerfile b/Dockerfile index 7332f660a..1243727a2 100644 --- a/Dockerfile +++ b/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"]
\ No newline at end of file +ENTRYPOINT ["weed"] @@ -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 |
