/var/lib/docker/containers/[容器ID]/[容器ID]-json.log 一般来说 docker 会把容器内 stdout 和 stderror 的内容打印到 json.log 中,如果增长太快的话需要看一下是不是你的 image 里相关的配置有问题,太多的东西都打到 st ...
分类:
Web程序 时间:
2019-11-15 20:25:32
阅读次数:
110
[root@ken1 ~]# docker container --help Usage: docker container COMMAND Manage containers Commands: attach Attach local standard input, output, and err ...
分类:
其他好文 时间:
2019-11-09 15:27:57
阅读次数:
123
1.failed to delete docker image. when I try to remove an image, I should stop all containers first(docker ps -a). use docker rm XXXXX XXXX; root@pi3b: ...
分类:
其他好文 时间:
2019-11-07 20:50:27
阅读次数:
99
What is spark.python.worker.memory? Spark on YARN resource manager: Relation between YARN Containers and Spark Executors? When running Spark on YARN, ...
分类:
其他好文 时间:
2019-10-24 00:41:17
阅读次数:
108
1、jdk、maven 2、servlet containers Tomcat 9.0 4.0 Jetty 9.4 3.1 Undertow 2.0 4.0 3、servlet规范 Servlet规范 tomcat jetty undertow 4.0 9.x 9.x |_9.3、jdk8+ |_9 ...
分类:
编程语言 时间:
2019-10-19 15:17:13
阅读次数:
79
Layouts :布局 Spacers: 空间间隔组 buttons: 按钮组 Item Views: 项目视图组 Item Widgets: 项目部件组 Containers : 容器组 Input Widget: 输入部件组 Display Widget: 显示部件组 Layouts :布局 V ...
分类:
其他好文 时间:
2019-10-18 10:57:12
阅读次数:
543
https://azure.microsoft.com/zh-cn/blog/containers-docker-windows-and-trends/ 今天这个时代当你讨论云计算时,不谈谈docker是不可想象的。各行各业的成功组织,从银行等金融组织到电子商务公司都希望能够清晰理解到底contai ...
docker system prune -a WARNING! This will remove: - all stopped containers - all networks not used by at least one container - all images without at l ...
分类:
其他好文 时间:
2019-10-16 00:17:16
阅读次数:
75
docker 出现 Error response from daemon docker 出现 Error response from daemon vim /etc/containers/registries.conf [registries.search]registries = ['https: ...
分类:
其他好文 时间:
2019-09-29 21:35:17
阅读次数:
75
指定CPU请求和CPU限制 要为容器指定CPU请求,在容器资源清单中使用resources:requests字段。要指定CPU限制,使用resources:limits。 cpu-request-limit.yaml 配置文件的args部分在容器启动时为其提供参数。-cpus“2”参数告诉容器尝试使 ...
分类:
其他好文 时间:
2019-09-29 14:28:04
阅读次数:
157