偶尔我们会想要拉一个centos的docker镜像起来进行一些调试性工作,我们尝试: docker run centos 的时候会发现容器启动就停止了,那么我们可以这样运行: 或者这样: 如果你是用docker-compose的方式运行,帮…
Leave a Comment分类: Docker
想要登录内网自己的docker私服,报这个错误。 大概意思是链接不到docker官方服务器。 解决方案: 退出之前的登录,再登录私服即可。
Leave a CommentHere is a link to the official Docker documentation for proxy HTTP: https://docs.docker.com/config/daemon/systemd/#…
Leave a Comment参考资料:https://blog.csdn.net/listen_wq/article/details/117737035
Leave a Comment镜像选择: centos:7
Leave a Comment参考资料: https://xushanxiang.com/docker-php-gd.html
Leave a CommentLaravel ThinkPHP 参考资料: https://dockerize.io/guides/php-laravel-guide
Leave a Comment偶然看到网上一篇文章介绍,可以用docker来跑群晖了! https://github.com/kroese/virtual-dsm 看起来很简单,docker-compose直接就能部署,跑一个来备份我自己的群晖岂不美哉? 哈哈 安装到一…
Leave a Comment目前有个java项目,前后端分离的,他有一个前端web工程。 我们通常的web打包方法是给前端项目打包到一个NGINX容器中去,然后给NGINX配置特定的请求,比如 api开头的请求,转发到后端项目去。 我们这个后端项目可能测试环境和生产环…
Leave a Comment配置docker-compose容器使用host网络(主机网络)模式和健康检查
Leave a Comment