Test platform deployment three - Nginx

Insert image description here


1. nginx deployment

1. The role of nginx:

Static file server and reverse proxy django service

Enter the nginx container

sudo docker run --rm -it nginx:alpine /bin/sh

Guess you like

Origin blog.csdn.net/YZL40514131/article/details/132677315