码迷,mamicode.com
首页 >  
搜索关键字:docker iptables    ( 21781个结果
Utuntu14.04下salt的使用
概述 本文介绍 Ubuntu 环境下使用 saltstack 。 环境 测试环境为 Ubuntu server 14.04 。 禁用?: 所有 Ubuntu 系统都禁用 selinux , iptables 。 5 个运行 Ubuntu server 14.04 x86_64 的虚拟机: 192.168.1.11...
分类:其他好文   时间:2014-08-19 13:03:04    阅读次数:251
Using Supervisor with Docker
Using Supervisor with Docker Note: - If you don't like sudo then see Giving non-root access Traditionally a Docker container runs a single process when it is launched, for example an Apache ...
分类:其他好文   时间:2014-08-19 12:54:34    阅读次数:367
Docker使用Link在容器之间建立连接
Docker使用Link在容器之间建立连接...
分类:其他好文   时间:2014-08-19 09:25:27    阅读次数:218
[Go语言]从Docker源码学习Go——main函数
Go程序从main包下的main函数开始执行,当main执行结束后,程序退出。Docker的main函数在docker/docker/docker.gopackage main//Import needed packages;import ( ... "github.com/docker...
分类:编程语言   时间:2014-08-19 00:55:33    阅读次数:233
docker 部署nginx+weblogic集群
测试一段时间,再来报告...
分类:Web程序   时间:2014-08-18 16:23:02    阅读次数:716
centos 关闭防火墙
注:防火墙的基本操作命令:查询防火墙状态:[root@localhost ~]#service iptables status停止防火墙:[root@localhost ~]#service iptables stop启动防火墙:[root@localhost ~]#serviceiptables ...
分类:其他好文   时间:2014-08-18 16:00:52    阅读次数:140
[Docker]初次接触
Docker 初次接触 最近看了不少docker介绍性文章,也听了不少公开课,于是今天去官网逛了逛,发现了一个交互式的小教程于是决定跟着学习下。只是把觉得重点的知识记录下来,不是很系统的学习和笔记。 理论部分 Docker 引擎包含了两个部分,一个守护进程作为服务器端来管理所有的容器。一个客户端,可以远程来控制服务端。Docker有公共的云端仓库 Docker Hub Regis...
分类:其他好文   时间:2014-08-18 01:35:23    阅读次数:385
Navicat MySQL连接Linux下MySQL的问题解决方案
Error1: 2003:Can't connect to MySQL server on 'localhost' 解决方法:关闭Linux的防火墙功能。 Linux代码 #chkconfig iptables off #reboot [...
分类:数据库   时间:2014-08-18 01:29:33    阅读次数:348
Managing Data in Containers
Managing Data in Containers So far we've been introduced to some basic Docker concepts, seen how to work with Docker images as well as learned about networking and links between containers. In th...
分类:其他好文   时间:2014-08-17 13:06:32    阅读次数:271
Linking Containers Together
Linking Containers Together In the Using Docker section we touched on connecting to a service running inside a Docker container via a network port. This is one of the ways that you can interact w...
分类:其他好文   时间:2014-08-17 11:46:32    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!