参考:https://github.com/romeOz/docker-nginx-php

1.命令:

docker run --name app -d -p 8080:80 \
--net pg_net \
-v /host/to/path/app:/var/www/app/ \
romeoz/docker-nginx-php:5.5

案例:https://linux.cn/article-5734-1.html

相关文章:

  • 2022-12-23
  • 2022-01-06
  • 2021-11-19
  • 2021-04-02
  • 2021-07-31
  • 2021-04-11
  • 2021-11-24
  • 2022-12-23
猜你喜欢
  • 2021-11-12
  • 2021-06-30
  • 2021-09-16
  • 2021-07-14
  • 2021-10-23
  • 2022-02-19
  • 2022-12-23
相关资源
相似解决方案