Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doug-martin/docker-hbase
https://github.com/doug-martin/docker-hbase
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/doug-martin/docker-hbase
- Owner: doug-martin
- Created: 2015-07-17T16:50:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T17:44:10.000Z (over 9 years ago)
- Last Synced: 2024-04-09T15:22:31.205Z (7 months ago)
- Language: Shell
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker HBASE Container
### Building
```
vagrant ssh
cd ./workspace/docker-hbase
docker build --rm -t hbase .
```### Running
```
docker run -i -t -d -p 2181:2181 -p 60000:60000 -p 60010:60010 -p 60020:60020 -p 60030:60030 -p 8888:8888 -p 10000:10000 -p 9090:9090 -p 8047:8047 -p 31010:31010 -h c2fo.vagrant hbase
```### Enter Machine
Using the hash you got when you ran the docker command
```
docker exec -it ${image_hash} bash -l
```