2017年8月5日

ubuntu14.04安装32位库

摘要: sudo dpkg --add-architecture i386 sudo apt update 阅读全文

posted @ 2017-08-05 18:24 蚂蚁flow 阅读(129) 评论(0) 推荐(0) 编辑

apt GPG error

摘要: W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKE 阅读全文

posted @ 2017-08-05 17:16 蚂蚁flow 阅读(162) 评论(0) 推荐(0) 编辑

TensorFlow - 矩阵

摘要: http://blog.csdn.net/flyfish1986/article/details/76619259 阅读全文

posted @ 2017-08-05 13:52 蚂蚁flow 阅读(79) 评论(0) 推荐(0) 编辑

docker中建立私有git服务器[gitlab]

摘要: 现在使用git的很普遍,在开发内部如何建立个git服务器,本文以gitlab为例,让你分分钟就可以搭好一个环境【docker的威力非同一般】 首先在docker.com找到gitlab的下载源和信息,如下: https://registry.hub.docker.com/u/sameersbn/gi 阅读全文

posted @ 2017-08-05 11:43 蚂蚁flow 阅读(232) 评论(0) 推荐(0) 编辑

Docker-compose命令详解

摘要: 语法: Define and run multi-container applications with Docker. Usage: docker-compose [-f=<arg>...] [options] [COMMAND] [ARGS...] docker-compose -h|--hel 阅读全文

posted @ 2017-08-05 11:40 蚂蚁flow 阅读(888) 评论(0) 推荐(0) 编辑

Docker Compose文件详解 V2

摘要: Compose file reference 语法: web: build: ./web ports: - "5000:5000" volumes: - .:/code links: - redis redis: image:redis build:可使用相对目录或绝对目录 ports:可使用端口范 阅读全文

posted @ 2017-08-05 11:39 蚂蚁flow 阅读(5568) 评论(0) 推荐(0) 编辑

Docker之Compose服务编排

摘要: Compose是Docker的服务编排工具,主要用来构建基于Docker的复杂应用,Compose 通过一个配置文件来管理多个Docker容器,非常适合组合使用多个容器进行开发的场景。 说明:Compose是Fig的升级版,Fig已经不再维护。Compose向下兼容Fig,所有fig.yml只需要更 阅读全文

posted @ 2017-08-05 11:38 蚂蚁flow 阅读(796) 评论(0) 推荐(0) 编辑

导航