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

The method of modifying Nginx File by centos7 docker

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

Today, I would like to share with you the relevant knowledge points of centos7 docker's method of modifying Nginx files. The content is detailed and the logic is clear. I believe most people still know too much about this knowledge, so share this article for your reference. I hope you can get something after reading this article.

1.docker installation nginx:

Docker installation of nginx is still very simple

two。 After installation, go to the docker container:

Execute the command: docker exec-it container id bash. Note that the container must be open to enter.

3. Take modifying the index.html of nginx as an example:

1. Enter the directory where index is located: cd usr/share/nginx/html

two。 Edit index.html, if the key point comes, you will report an error here, as follows

3. Prompt that there is no vim command, install this command: apt-get install vim

If it doesn't succeed,

Update the apt-get command: apt-get update

4. Execute the third step command after the update: apt-get install vim

After the 5.vim instruction is successfully imported, enter / usr/share/nginx/html and execute: vim index.html

3. External request authentication:

These are all the contents of this article entitled "centos7 docker's method of modifying Nginx files". Thank you for reading! I believe you will gain a lot after reading this article. The editor will update different knowledge for you every day. If you want to learn more knowledge, please pay attention to 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.

Share To

Internet Technology

Wechat

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

12
Report