Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Docker deployment mongo enables authentication

2025-01-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article focuses on "Docker deployment mongo authentication", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Now let the editor to take you to learn "Docker deployment mongo enable authentication" bar!

Version 3.0.15 of mongo.

Recently, in such a situation, mongo needs to transfer data, but mongo enables authentication, and the command used is as follows: List-1-- auth indicates that authentication is enabled. Since the account password has been set before, there is no need to set it here. We just need to set the volume and record it.

If you do not add-- auth, even if you have previously enabled authentication, you can log in without an account password.

List-1

Docker run-d-p port: 27017-v mongo-db-data:/data/db-- name db-mongo mongo:3.0.15-- auth

After entering the container, the command line verifies as follows: List-2

List-2

> docker exec-ti mongodb bash > mongo > use ddb1; > db.auth ('username','password'); > show tables; at this point, I believe you have a better understanding of "Docker deployment mongo enable authentication", you might as well do it in practice! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report