1. docker search nginx
2. docker pull nginx:latest
3. docker images
4. docker run --name nginx-test -p 8080:80 -d nginx
原文地址:https://www.cnblogs.com/sunnykwan/p/12233016.html
时间: 2024-11-10 16:30:56
1. docker search nginx
2. docker pull nginx:latest
3. docker images
4. docker run --name nginx-test -p 8080:80 -d nginx
原文地址:https://www.cnblogs.com/sunnykwan/p/12233016.html