Install DockerFirst enter docker -v, you don’t need to install it again if you have installed it before. yum update #Update (enter y when asked) yum install -y yum-utils device-mapper-persistent-data lvm2 #Installation dependency yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo yum install -y docker-ce #Install docker systemctl start docker #Start docker docker -v #View docker version Pull the imagedocker pull harisekhon/hbase:1.3
runSpecify port 16010 docker run -d --name hbase -p 16010:16010 docker.io/harisekhon/hbase:1.3 test ip:16010/master-status, remember to open the port in the security group, for example: This is the end of this article about using docker to deploy hbase. For more relevant content about docker deploying hbase, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Detailed explanation of the text-fill-color property in CSS3
>>: Some improvements in MySQL 8.0.24 Release Note
Sometimes we need to import some data from anothe...
The origin of the problem The first time I paid a...
Table of contents 1. Download JDK (take jdk1.8.0 ...
This blog is a work note environment: nginx versi...
Hello everyone, I wonder if you have the same con...
I won’t go into details about the theory of UDP. ...
I believe that people who have experience with Re...
Table of contents Preface What situations can cau...
Table of contents Preface JavaScript find() Metho...
In the previous sections, we discussed aspects of ...
Table of contents Why do we need partitions? Part...
A style sheet describes how a document should be ...
Portainer Introduction Portainer is a graphical m...
Concept introduction : 1. px (pixel): It is a vir...
MySQL startup error Before installing MySQL on Wi...