Deploy database based on docker sudo docker pull influxdb Initialize the mongodb database Enter the mongo image to configure the user password mongo 127.0.0.1 use admin; db.createUser({user: "xxx", pwd: "xxx", roles: [{ role: "root", db: "admin" }]}); db.getUser("xxx") Importing Data Enter the mongo container: Check the import results: mongo 127.0.0.1 show databases; use aaa; db.xxx.find(); Create the bbb database use bbb db db.keynes_record.insert({"name":"test"}) show databases; Initialize InfluxDB Enter the docker container: influx CREATE DATABASE keynes SHOW DATABASES Summarize The above are the common commands for deploying influxdb and mongo using docker introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time! You may also be interested in:
|
<<: MySQL Index Detailed Explanation
>>: Let's talk about destructuring in JS ES6
Of course, there are many people who hold the oppo...
Docker supports running on the following CentOS v...
Table of contents 1. What is a subquery? 2. Where...
For example: <u> This has no ending characte...
nohup Command When using Unix/Linux, we usually w...
Note that this is not a project created by vue-cl...
This article uses examples to illustrate the prin...
Recent projects involve the creation of a lot of ...
If you are a developer looking to get into the wo...
This article example shares the specific implemen...
We all know that the commonly used positioning me...
This article shares the specific code of JavaScri...
####Management of input and output in the system#...
CSS Position The position attribute specifies the...
Linux is an open system. Many ready-made programs...