多线程创建def target(): print 'current threading: %s is running' % threading.current_thread().name time.sleep(1) print 'current threa...
继续阅读经常会出现两个容器需要连接的情况,例如一个php-fpm,一个nginx,分别跑在不同的容器中,这个时候就需要对两个容器进行连接,使其正常提供WEB服务。这里我们使用官方的镜像作为例子,先拉回来PHP和nginx的镜像:docker pull php:7.0.5-fpmdo...
继续阅读1. 安装ubuntu 14.04 or latersudo apt-get updatesudo apt-get install -y docker.iosudo ln -sf /usr/bin/docker.io /usr/local/bin/dockersudo se...
继续阅读