1.下载
docker search hbase docker pull harisekhon/hbase
2.运行
docker run -d --name hbase001 -p 16010:16010 harisekhon/hbase:latest
3.进入hbase控制台
docker exec -it hbase001 bashhbase shell
4.在控制台建表、测试插入查询、更新删除
5.界面访问