随笔分类 -  Docker

docker容器技术
该文被密码保护。
posted @ 2022-04-08 22:06 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-12 17:42 Peter.Jones 阅读(200) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-01-24 16:32 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
摘要:ps aux –-sort -rss | head -10 #列出占用内存的进程排序 ps -ef | grep 28047 #查看父进程 ps aux | grep 28028 #查看子进程(容器) docker ps -a | grep e6050 #定位容器id #rsyslogd重启 sys 阅读全文
posted @ 2020-11-26 14:46 Peter.Jones 阅读(236) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-11-18 17:31 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-03-13 16:56 Peter.Jones 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-12-12 23:52 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-12-11 17:15 Peter.Jones 阅读(3) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/longgefa_jj/article/details/87898693 资源 RabbiMQ的相关镜像为:https://hub.docker.com/_/rabbitmq/,查看tags,可查看版本信息。 安装 #拉取rabbit镜像 (managem 阅读全文
posted @ 2019-12-07 14:10 Peter.Jones 阅读(494) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-12-07 13:27 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-11-21 19:35 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-11-21 19:10 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-06-14 16:22 Peter.Jones 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-28 18:38 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑
摘要:FROM centos:7 MAINTAINER Mr "yangtengfeiczb@dingtalk.com" #RUN apt-get update #RUN apt-get install wget RUN yum -y install wget WORKDIR /usr #安装JDK RUN mkdir /usr/local/jdk RUN wget --no-check-ce... 阅读全文
posted @ 2019-05-28 18:18 Peter.Jones 阅读(1129) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-28 12:12 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-28 10:18 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-19 20:56 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示