File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
- " 7"
9
9
- " 8"
10
10
before_install :
11
+ - " docker build -t fork-hbase docker/hbase-1.1.2"
11
12
- " docker build -t hbase-rest docker/hbase-rest-reverse-proxy/"
12
13
- " docker run -d -p 60080:8100 hbase-rest"
13
14
script :
Original file line number Diff line number Diff line change 3
3
4
4
## Trunk
5
5
6
+ * travis: update docker preparation
6
7
* docker: migrate base image to centos:7
7
8
* doc: rewrite the index documentation
8
9
* doc: rewrite the client documentation
Original file line number Diff line number Diff line change @@ -181,11 +181,9 @@ docker build -t fork-hbase docker/hbase-1.1.2
181
181
# Build the REST image
182
182
docker build -t fork-hbase-rest docker/hbase-rest
183
183
# Or build the REST image behind a reverse proxy
184
- docker build -t fork-hbase-rest-reverse-proxy docker/hbase-rest-reverse-proxy/
184
+ docker build -t fork-hbase-rest docker/hbase-rest-reverse-proxy/
185
185
# Run the REST image
186
186
docker run --name stargate --rm -p 60080:8080 fork-hbase-rest
187
- Or run the REST image behind a reverse proxy
188
- docker run --name stargate --rm -p 60080:8080 fork-hbase-rest-reverse-proxy
189
187
```
190
188
191
189
To run the tests:
You can’t perform that action at this time.
0 commit comments