随笔分类 -  docker

摘要:note : delet the default route of user_pc and server or namespace first DNAT with docker DNAT 地址变化记忆: user 和防火墙之间dst和src正常 防火墙到内网dst变为内网server地址 内网ser 阅读全文
posted @ 2019-03-03 19:34 voh99800 阅读(257) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2014-12-19 11:34 voh99800 编辑
摘要:此为docker 第一篇,插下杂七杂八的东西,好找,就这么简单,,,,yum -y installdocker-io //installcp /var/tmp/cap.data /var/lib/docker/devicemapper/mnt/2de3c224e3965ea5bb66d9074d98... 阅读全文
posted @ 2014-12-19 11:11 voh99800 编辑
摘要:http://blog.e3rp4y.me/blog/2014/05/23/copy-file-from-host-to-docker.html------------------------------------------------------------Docker是个Linux Cont... 阅读全文
posted @ 2014-12-04 16:35 voh99800 编辑
摘要:http://blog.tankywoo.com/docker/2014/05/08/docker-4-summary.html总结的很好---------------------------------------------------------------------------------... 阅读全文
posted @ 2014-11-21 18:45 voh99800 编辑
只有注册用户登录后才能阅读该文。
posted @ 2014-11-12 17:12 voh99800 编辑
摘要:enough----------------------------------------------------------------------------------Working with Containers-In thelast section of the Docker User ... 阅读全文
posted @ 2014-11-04 16:48 voh99800 编辑
摘要:Working with Docker Images##orignal is always the bestIn theintroductionwe've discovered that Docker images are the basis of containers. In thepreviou... 阅读全文
posted @ 2014-11-04 16:12 voh99800 编辑
摘要:--------------------------------------------------------------------------original url http://tech.uc.cn/?p=2726最近接触PAAS相关的知识,在研发过程中开始使用Docker搭建了自己完整的... 阅读全文
posted @ 2014-11-04 11:25 voh99800 编辑
摘要:docker stop script#!/bin/bashCID_LIST=$(docker ps -q | xargs)if [ "$CID_LIST" = "" ]; then echo "no containers running."else docker stop... 阅读全文
posted @ 2014-11-03 19:43 voh99800 编辑
摘要:docker --bip="10.1.42.1/16" -d 挂载宿主机目录 Docker支持挂载宿主机目录,支持宿主机目录和容器之间文件目录进行映射,彼此共享: docker run -i -t -v /host/dir:/container/path ubuntu /bin/bash在Docke 阅读全文
posted @ 2014-10-29 10:57 voh99800 编辑

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