标签:exe 访问 run code info mic exec alt img
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 bash
hbase shell
4.在控制台建表、测试插入查询、更新删除
5.界面访问
标签:exe 访问 run code info mic exec alt img
原文地址:https://www.cnblogs.com/sen-2017/p/11429721.html