In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article is to share with you about how to use docker to install mongodb in Ubuntu, the editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.
1. Update sourc
Sudo apt-get updatesudo apt-get upgrade
Or you can decide not to update it according to your own situation.
two。 Install docker
Official Docker course
Docker officially provides the CE version and the EE version, and I use the CE version (it feels easy to install)
3. Get mongo container
Sudo docker pull mongo
4. Start the mongo container
Sudo docker run-name mongo_me-p 27017 mongo 27017-v / home/yantu/docker/mongo/db/data:/data/db-v / home/yantu/docker/mongo/db/mongo.conf:/etc/mongo.conf-d mongo-- config / etc/mongo.conf
-- name: specify the container name for easy management
-p: native ip is bound to container ip
-v: Mount the local folder (file) to the container (to facilitate the persistence of data files or changes to configuration files)
Mongo-- config: specify configuration file startup
5. Custom Profil
When you need to change the configuration information of mongo, just find the appropriate parameters and write them to the local mongo.conf file (remember to restart the container after modification)
The above is how to use docker to install mongodb in Ubuntu. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.