Tutorials, Free Online Tutorials, publishbookmarks provides tutorials and interview questions of all technology like java tutorial, android, java frameworks, javascript, ajax, core java, sql, python, php, c language etc. for beginners and professionals.
4 QT’s Pro configue multiple sub -engineering/sub -modules
View mirror list: docker hub.c.163.com/library/nginx
Get the image: docker pull hub.c.163.com/library/nginx
View local mirror: docker images
View running mirror: docker PS
Delete mirror: docker RMI container ID
"registry-mirrors": [
"https://***.com"
]
5 5 5: docker run hub.c.163.com/library/nginx
Run in the background: docker run -d hub.c.163.com/library/nginx
Enter: Docker Exec -it CC Bash
-IT is running parameters
CC is a container ID running in the background
BASH is running instructions
Stop: Docker Stop CC
docker run -d -P 8080: 80 hub.c.163.com/library/nginx
-D background startup
-P one -to -one start
8080 This machine port number
80 image port number
illustrate:
Start, local 8080 port monitoring mirror 80 port, you can access the Nginx service on HTTP: // localhost: 8080 address
View port: NetStat -NA | GREP 8080
View the position where nginx is: white nginx
Exit: exit