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

To test nginx locally to start docker

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

The main content of this article is to explain the steps of local testing nginx to start docker. Interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn the "local test nginx start docker steps" it!

Local test nginx starts docker

Create local images & build docker

Docker build-t your_name Dockerfile_path

Make container & run docker

Docker run-d-p 80:80-- env API_URL= http://xxxxxxxxcom/api images_name

Enter container & exec docker

Docker exec-it container_id bash

View all env value

Docker exec-it container_id env

View one env value,after enter container

Echo $API_URL

At this point, I believe that you have a deeper understanding of the "local test nginx start docker steps", might as well come to the actual operation! 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

Servers

Wechat

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

12
Report