Fancy Indexes Module for the Nginx Web ServerFancy indexes module for the Nginx web server 2023-01-31 linux #Nginx
Prometheus+Grafana+cAdvisor to Monitor DockerPrometheus+Grafana+cAdvisor to Monitor Docker 2023-01-16 devops #Prometheus
Azure App Service (Web Apps) TutorialAzure App Service (Web Apps) Tutorial 2023-01-15 linux #Azure App Service
Dockerfile TutorialVery detailed tutorial on Dockerfile. FROM基础image的来源。 FROM <repository>:[tag] 123FROM busybox # will pull latest tag by defaultFROM busybox:latest # 默认使用hub.docker.com 仓库imageFROM registry.cn- 2023-01-15 Docker #Dockerfile