随笔分类 -  大数据

摘要:Dockerfile reference Docker can build images automatically by reading the instructions from a Dockerfile. A Dockerfile is a text document that contain 阅读全文
posted @ 2018-07-10 11:51 PanPan003 阅读(1282) 评论(0) 推荐(0)
摘要:原文链接 Builder pattern vs. Multi-stage builds in Docker This post looks at two new PRs from the Docker project that vastly improve the developer experie 阅读全文
posted @ 2018-07-09 18:42 PanPan003 阅读(467) 评论(0) 推荐(0)
摘要:原文链接 Use multi-stage builds Multi-stage builds are a new feature requiring Docker 17.05 or higher on the daemon and client. Multistage builds are usef 阅读全文
posted @ 2018-07-09 18:41 PanPan003 阅读(506) 评论(0) 推荐(0)
摘要:Create a base image Most Dockerfiles start from a parent image. If you need to completely control the contents of your image, you might need to create 阅读全文
posted @ 2018-07-09 14:28 PanPan003 阅读(1213) 评论(0) 推荐(0)
摘要:Best practices for writing Dockerfiles This document covers recommended best practices and methods for building efficient images. Docker builds images 阅读全文
posted @ 2018-07-05 18:45 PanPan003 阅读(360) 评论(0) 推荐(0)
摘要:Docker development best practices The following development patterns have proven to be helpful for people building applications with Docker. If you ha 阅读全文
posted @ 2018-06-23 19:29 PanPan003 阅读(591) 评论(0) 推荐(0)
摘要:This page lists resources for application developers using Docker. Develop new apps on Docker If you’re just getting started developing a brand new ap 阅读全文
posted @ 2018-06-23 19:28 PanPan003 阅读(201) 评论(0) 推荐(0)
摘要:链接 Docker overview Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications fro 阅读全文
posted @ 2018-06-21 19:15 PanPan003 阅读(349) 评论(0) 推荐(0)
摘要:Prerequisites Install Docker. Get Docker Compose as described in Part 3 prerequisites. Get Docker Machine as described in Part 4 prerequisites. Read t 阅读全文
posted @ 2018-06-21 17:58 PanPan003 阅读(475) 评论(0) 推荐(0)
摘要:Prerequisites Install Docker version 1.13 or higher. Get Docker Compose as described in Part 3 prerequisites.(ymal) Get Docker Machine as described in 阅读全文
posted @ 2018-06-21 16:59 PanPan003 阅读(492) 评论(0) 推荐(0)
摘要:Prerequisites Install Docker version 1.13 or higher. Get Docker Compose as described in Part 3 prerequisites.(.yaml) Get Docker Machine, which is pre- 阅读全文
posted @ 2018-06-21 14:33 PanPan003 阅读(346) 评论(0) 推荐(0)
摘要:Prerequisites Install Docker version 1.13 or higher. Read the orientation in Part 1. Give your environment a quick test run to make sure you’re all se 阅读全文
posted @ 2018-06-20 20:58 PanPan003 阅读(534) 评论(0) 推荐(0)
摘要:Docker concepts Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containers. The use of Linux container 阅读全文
posted @ 2018-06-20 19:17 PanPan003 阅读(311) 评论(0) 推荐(0)
摘要:Share Process Namespace between Containers in a Pod how to configure process namespace sharing for a pod. When process namespace sharing is enabled, p 阅读全文
posted @ 2018-06-05 17:58 PanPan003 阅读(1155) 评论(0) 推荐(0)
摘要:Assign Pods to Nodes how to assign a Kubernetes Pod to a particular node in a Kubernetes cluster. Add a label to a node #List the nodes in your cluste 阅读全文
posted @ 2018-06-01 17:31 PanPan003 阅读(352) 评论(0) 推荐(0)
摘要:Configure Service Accounts for Pods A service account provides an identity for processes that run in a Pod. This is a user introduction to Service Acc 阅读全文
posted @ 2018-06-01 16:54 PanPan003 阅读(438) 评论(0) 推荐(0)
摘要:OOMKilled : out of memory (OOM) Memory units The memory resource is measured in bytes. You can express memory as a plain integer or a fixed-point inte 阅读全文
posted @ 2018-05-31 11:34 PanPan003 阅读(327) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-04-26 19:28 PanPan003 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-04-25 19:56 PanPan003 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-04-25 17:14 PanPan003 阅读(0) 评论(0) 推荐(0)