摘要:https://www.virtualbox.org/wiki/Download_Old_Builds_5_2 https://github.com/sickcodes/Docker-OSX
阅读全文
摘要:在容器上获取 RCE 1)列出所有容器 第一步是获取主机上所有容器的列表。为此,你需要执行以下http请求: Curl 命令: 响应: 注意响应中的“Id”字段,因为下一个命令将会用到它。 2) 创建一个 exec 接下来,我们需要创建一个将在容器上执行的“exec”实例。你可以在此处输入要运行的命
阅读全文
摘要:https://ehlxr.me/2018/01/12/kubernetes-minikube-installation/[Kubernetes 学习笔记之 MiniKube 安装 in CHINA] https://www.slahser.com/2016/11/19/k8s%E5%90%8E%E
阅读全文
摘要:[kube-proxy]http://www.cnblogs.com/xuxinkun/p/5799986.html [flannel] 安装Flannel 指定网卡 如果有多个网卡,需要在kube-flannel.yml中使用–iface参数指定集群主机内网网卡的名称,否则可能会出现dns无法解析
阅读全文
摘要:--restart=unless-stopped option, as @Shibashis mentioned, or update the restart policy (this requires docker 1.11 or newer); See the documentation for
阅读全文
摘要:Docker环境中Elasticsearch的安装 ]https://wenchao.ren/archives/category/elasticsearch/page/2 [ElasticSearch Aggregations 分析]https://yq.aliyun.com/articles/60
阅读全文
摘要:http://blog.csdn.net/koozxcv/article/details/50520057 http://www.oschina.net/p/socat socat端口转发-穿透网络 2016年08月23日 12:13:44 flaming999 阅读数:3910 标签: socat
阅读全文
摘要:于 Docker的分层镜像,除了 aufs,docker还支持btrfs, devicemapper和vfs,你可以使用 -s 或 –storage-driver= 选项来指定相关的镜像存储。在Ubuntu 14.04下,Docker 默认 Ubuntu的 AUFS。因为 AUFS 还没有进入Lin
阅读全文
摘要:sudo docker run --name prometheus -d -v /data/prometheusdata/prometheus.yml:/etc/prometheus/prometheus.yml -p 6090:9090 quay.io/prometheus/prometheus
阅读全文
摘要:Docker暴露2375端口,引起安全漏洞 今天有小伙伴发现Docker暴露出2375端口,引起了安全漏洞。我现在给大家介绍整个事情的来龙去脉,并告诉小伙伴们,怎么修复这个漏洞。 为了实现集群管理,Docker提供了远程管理接口。Docker Daemon作为守护进程,运行在后台,可以执行发送到管理
阅读全文
摘要:here are multiple "hackish" ways to do it: scan kernel logs, as mentioned by Jiri (but you have to do it right after starting the container, otherwise
阅读全文
摘要:Maybe this is due to the current version, but the current answer doesn't work on my system (Docker 0.7.2 with base Ubuntu image).The solution is expla
阅读全文
摘要:现在使用docker作为开发环境,操作系统是ubuntu16.10,pycharm中使用remote interpreter,需要用到remote api,结果发现自己的原答案是针对ubuntu 14.04的,ubuntu15及以上版本的可参见Control and configure Docker
阅读全文
摘要:https://segmentfault.com/a/1190000003732967
阅读全文
摘要:$ sudo systemctl stop docker $ sudo docker -d -D DEBU[0282] Error contacting registry https://registry-1.docker.io/v1/: Get https://dseasb33srnrn.clou
阅读全文
摘要:http://wuyijun.cn/shi-yong-dockerfang-shi-an-zhuang-he-yun-xing-confluence/ https://hub.docker.com/r/cptactionhank/atlassian-confluence/~/dockerfile/
阅读全文
摘要:DOCKER教程 注意事项 1.官方申明docker还是在开发完善中,不建议在运营的产品中使用它,但是现在离正式版越来越接近了,请关注我们的博客http://blog.docker.io/2013/08/getting-to-docker-1-0/ 2.系统注意事项-由于现在的docker的局限性,
阅读全文
摘要:官方有关于网桥和IP配置的文档地址:https://docs.docker.com/articles/networking/ 1、宿主机(系统采用ubuntu-14.04.1-server-amd64)的网络采用桥接模式(默认是DHCP模式,还有一种模式就是静态IP),网桥的网段与物理网段相同。目前
阅读全文
摘要:Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_lo
阅读全文
摘要:annot mount volume over existing file, file exists /var/lib/docker/aufs/mnt/0ac71fed1af802a4ecf4a93bd2b3a7b2e6adab2cf93ee28357712afe6d5e1f47/etc/nginx
阅读全文