码迷,mamicode.com
首页 >  
搜索关键字:docker network    ( 28347个结果
设置时间同步服务器与客户端
时钟同步功能简介:在Windows系统中,时钟同步是通过Windows Time服务(W32Time)完成的。W32Time通过NTP(Network Time Protocol)协议访问目标时钟同步服务器的123端口进行时间同步。服务器的地址可以在“时间与日期”设置窗口的“Internet Tim...
分类:其他好文   时间:2014-07-16 19:17:03    阅读次数:201
在RedHat/CentOS下安装Docker(不升级内核)
由于内核版本问题,最初仅Ubuntu可以较好的支持Docker。不过,由于RedHat系列OS(REHL、CentOS)是目前主流的Linux服务器操作系统,所以令RedHat系列OS支持Docker很有必要。目前Docker和RedHat已经展开深入合作,并在2013年年底推出了可以在RedHat...
分类:其他好文   时间:2014-07-16 18:31:04    阅读次数:252
CentOS Linux解决Device eth0 does not seem to be present
VMware里克隆出来的CentOSLinux。。ifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:系统相关   时间:2014-07-16 18:24:24    阅读次数:230
libvirt & network filtering iptables/ebtables
[libvirt] FYI: a short guide to libvirt & network filtering iptables/ebtables use Firewall / network filtering in libvirt ============================...
分类:Web程序   时间:2014-07-16 18:20:26    阅读次数:348
Running your own dnsmasq with libvirtd
Running your own dnsmasq with libvirtd On linux host servers, libvirtd uses dnsmasq to service the virtual networks, such as the default network. A ne...
分类:其他好文   时间:2014-07-16 18:18:01    阅读次数:173
Android studio 程序升级和sdk manager 升级方法
在中国使用android有点郁闷,经常被屏蔽。使用一下方法android studio升级时提示 Connection failed. Please check your network connection and try again2013年02月16日? 综合? 共 322字 ? 字号小中大?...
分类:移动开发   时间:2014-07-16 18:00:31    阅读次数:303
network
#include #include #include #include #include #include "server_network.h"int sock_setnonblock(sock_t s){ int flags = 0; flags = fcntl(s, F_...
分类:Web程序   时间:2014-07-16 00:21:46    阅读次数:331
如何删除docker images/containersdocker rm $(docker ps -a -q)
docker images往往不知不觉就占满了硬盘空间,为了清理冗余的image,可采用以下方法: 1.进入root权限 sudo su 2.停止所有的container,这样才能够删除其中的images: docker stop $(docker ps -a -q) 如果想要删除所有container的话再加一个指令: docker rm $(docker ps -a -...
分类:其他好文   时间:2014-07-15 22:33:51    阅读次数:527
如何从host之外连接到docker container
启动docker的时候的指令使用 sudo docker -H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock -d & 这样就能使docker听取host得到的任何ip的指令,从而就能从host之外的机器连接到docker container了...
分类:其他好文   时间:2014-07-15 22:26:08    阅读次数:275
NFS (network file systerm) 只用于局域网
服务端:[root@localhosttmp]#rpm-qa|grepnfsnfs-utils-lib-1.0.8-7.6.el5nfs-utils-1.0.9-44.el5//提供文件系统system-config-nfs-1.3.23-1.el5[root@localhosttmp]#rpm-qa|grepportmapportmap-4.0-65.2.2.1//提供rpc协议[root@localhosttmp]#/etc/init.d/nfsrestart[root@loc..
分类:Web程序   时间:2014-07-15 11:37:13    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!