{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

第一本Docker书 修订版

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

第一本Docker书 修订版

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

Docker技术图书中文版。
Docker核心团队成员著作。
非常适合作为学习Docker的第1本入门书。
本书基于Docker 1.9及以上版本。
Docker是一个开源的应用容器引擎,让开发者可以将他们的应用和依赖包打包到一个可移植的容器中,然后发布到任何流行的Linux机器上,也可以实现虚拟化。容器完全使用沙箱机制,相互之间不会有任何接口。几乎没有性能开销,可以很容易地在机器和数据中心中运行。重要的是,它不依赖于任何语言、框架或包装系统。
Content Description

Docker是一个开源的应用容器引擎,开发者可以利用Docker打包自己的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的Linux机器上,也可以实现虚拟化。
本书由Docker公司前服务与支持副总裁James Turnbull编写,是Docker开发指南。本书专注于Docker 1.9及以上版本,指导读者完成Docker的安装、部署、管理和扩展,带领读者经历从测试到生产的整个开发生命周期,让读者了解Docker适用于什么场景。书中先介绍Docker及其组件的基础知识,然后介绍用Docker构建容器和服务来完成各种任务:利用Docker为新项目建立测试环境,演示如何使用持续集成的工作流集成Docker,如何构建应用程序服务和平台,如何使用Docker的API,如何扩展Docker。
Author Description

James是一位技术作家,还是一名开源极客。他的大作是一本讲述流行开源日志工具的书——The LogStash Book。James还写了两本关于Puppet的书,一本是Pro Puppet,另一本是较早的Pulling Strings with Puppet: Configuration Management Made Easy。此外,James还写了Pro Linux System Administration、Pro Nagios 2.0和Hardening Linux这三本书。
James是Kickstarter公司的CTO。之前,James曾担任Docker公司服务与支持副总裁、Venmo公司工程副总裁和Puppet Labs的技术运
李兆海 网名Googol Lee。使用Googol这个名字真的是因为“10的100次方”这个意思,和后来的Google公司没有一点儿关系。多年后端程序员,早期以C、C++为主,后来转向Python,现在以Go为生。曾写过《Golang初探》发表于2011年2月号《程序员》。Docker早期使用者。平时喜欢乱翻书,遇到感兴趣的都会研究一番。
刘斌 具有10余年软件开发经验,关注后台开发技术和各种编程语言。做过电子商务、金融、企业系统以及Android手机开发;写过Delphi,也兼做系统管理员和DBA(现在都改叫DevOps了);既做后台应用,也要调用前台CSS和JavaScript,可还是不敢自称“全栈”(Full Stack);今又舶来“增长黑客”(Growth Hacker),我想我要做一个“增长工程师”(Growth Engineer)。
巨震 北京大学软件工程硕士,服务器端开发者。目前就职于创业公司,使用Node.js、Golang进行服务器端开发。2013年年底开始研究Docker,是Docker中文社区的活跃贡献者,负责Docker技术文章和视频的翻译、校对工作。生活中喜欢美食、骑行,热衷于PC硬件,喜爱折腾,热爱一切计算机相关的技术,坚信技术改变世界。崇拜的技术传奇人物是前id Software首席程序员、现Oculus VR首席技术官John Carmack。
Catalogue

第1章 简介1
1.1Docker简介2
1.1.1提供一个简单、轻量的建模方式2
1.1.2职责的逻辑分离3
1.1.3快速、高效的开发生命周期3
1.1.4鼓励使用面向服务的架构3
1.2Docker组件3
1.2.1Docker客户端和服务器4
1.2.2Docker镜像5
1.2.3Registry5
1.2.4容器5
1.3能用Docker做什么6
1.4Docker与配置管理7
1.5Docker的技术组件8
1.6本书的内容9
1.7Docker资源10
第2章 安装Docker11
2.1 安装Docker的先决条件12
2.2 在Ubuntu和Debian中安装Docker13
2.2.1 检查前提条件14
2.2.2安装Docker16
2.2.3Docker与UFW17
2.3在Red Hat和Red Hat系发行版中安装Docker17
2.3.1检查前提条件18
2.3.2安装Docker19
2.3.3在Red Hat系发行版中启动Docker守护进程21
2.4在OS X中安装Docker Toolbox22
2.4.1在OS X中安装Docker Toolbox22
2.4.2在OS X中启动Docker Toolbox23
2.4.3测试Docker Toolbox24
2.5在Windows中安装Docker Toolbox24
2.5.1在Windows中安装Docker Toolbox25
2.5.2在Windows中启动Docker Toolbox25
2.5.3测试Docker Toolbox26
2.6使用本书的Docker Toolbox示例26
2.7Docker安装脚本27
2.8二进制安装28
2.9Docker守护进程28
2.9.1配置Docker守护进程29
2.9.2检查Docker守护进程是否正在运行30
2.10升级Docker31
2.11Docker用户界面32
2.12小结32
第3章 Docker入门33
3.1确保Docker已经就绪33
3.2运行我们的第一个容器34
3.3使用第一个容器36
3.4容器命名38
3.5重新启动已经停止的容器39
3.6附着到容器上40
3.7创建守护式容器40
3.8容器内部都在干些什么41
3.9 Docker日志驱动42
3.10查看容器内的进程43
3.11 Docker统计信息44
3.12在容器内部运行进程44
3.13停止守护式容器45
3.14自动重启容器46
3.15深入容器47
3.16删除容器48
3.17小结49
第4章 使用Docker镜像和仓库50
4.1什么是Docker镜像50
4.2列出镜像52
4.3拉取镜像55
4.4查找镜像57
4.5构建镜像58
4.5.1创建Docker Hub账号59
4.5.2用Docker的commit命令创建镜像60
4.5.3用Dockerfile构建镜像62
4.5.4基于Dockerfile构建新镜像65
4.5.5指令失败时会怎样67
4.5.6Dockerfile和构建缓存68
4.5.7基于构建缓存的Dockerfile模板69
4.5.8查看新镜像70
4.5.9从新镜像启动容器70
4.5.10Dockerfile指令74
4.6将镜像推送到Docker Hub88
4.7删除镜像92
4.8运行自己的Docker Registry94
4.8.1从容器运行Registry94
4.8.2测试新Registry95
4.9其他可选Registry服务96
4.10小结96
第5章 在测试中使用Docker97
5.1使用Docker测试静态网站97
5.1.1Sample网站的初始Dockerfile98
5.1.2构建Sample网站和Nginx镜像100
5.1.3从Sample网站和Nginx镜像构建容器102
5.1.4修改网站104
5.2使用Docker构建并测试Web应用程序105
5.2.1构建Sinatra应用程序105
5.2.2创建Sinatra容器107
5.2.3扩展Sinatra应用程序来使用Redis110
5.2.4将Sinatra应用程序连接到Redis容器113
5.2.5 Docker内部连网114
5.2.6Docker Networking119
5.2.7使用容器连接来通信131
5.2.8 连接容器小结132
5.3Docker用于持续集成132
5.3.1构建Jenkins和Docker服务器133
5.3.2创建新的Jenkins作业137
5.3.3运行Jenkins作业141
5.3.4与Jenkins作业有关的下一步143
5.3.5Jenkins设置小结143
5.4多配置的Jenkins143
5.4.1创建多配置作业143
5.4.2测试多配置作业147
5.4.3Jenkins多配置作业小结149
5.5其他选择149
5.5.1Drone149
5.5.2Shippable149
5.6小结149
第6章 使用Docker构建服务151
6.1构建第一个应用151
6.1.1Jekyll基础镜像152
6.1.2构建Jekyll基础镜像153
6.1.3Apache镜像153
6.1.4构建Jekyll Apache镜像154
6.1.5启动Jekyll网站155
6.1.6更新Jekyll网站158
6.1.7备份Jekyll卷159
6.1.8扩展Jekyll示例网站161
6.2使用Docker构建一个Java应用服务161
6.2.1WAR文件的获取程序161
6.2.2获取WAR文件162
6.2.3Tomecat7应用服务器163
6.2.4运行WAR文件165
6.2.5基于Tomcat应用服务器的构建服务166
6.3多容器的应用栈169
6.3.1Node.js镜像169
6.3.2Redis基础镜像172
6.3.3Redis主镜像173
6.3.4Redis副本镜像174
6.3.5创建Redis后端集群174
6.3.6创建Node容器178
6.3.7捕获应用日志180
6.3.8Node程序栈的小结183
6.4不使用SSH管理Docker容器183
6.5小结185
第7章 Docker编配和服务发现186
7.1Docker Compose187
7.1.1安装Docker Compose187
7.1.2获取示例应用188
7.1.3docker-compose.yml文件191
7.1.4运行Compose193
7.1.5使用Compose195
7.1.6Compose小结197
7.2Consul、服务发现和Docker197
7.2.1构建Consul镜像199
7.2.2在本地测试Consul容器202
7.2.3使用Docker运行Consul集群203
7.2.4启动具有自启动功能的Consul节点206
7.2.5启动其余节点207
7.2.6配合Consul,在Docker里运行一个分布式服务212
7.3 Docker Swarm221
7.3.1 安装Swarm222
7.3.2 创建Swarm集群222
7.3.3 创建容器225
7.3.4 过滤器227
7.3.5 策略229
7.3.6 小结230
7.4其他编配工具和组件230
7.4.1Fleet和etcd230
7.4.2Kubernetes231
7.4.3Apache Mesos231
7.4.4Helios231
7.4.5Centurion231
7.5小结231
第8章 使用Docker API233
8.1Docker API233
8.2初识Remote API234
8.3测试Docker Remote API236
8.3.1通过API来管理Docker镜像237
8.3.2通过API管理Docker容器239
8.4改进TProv应用242
8.5对Docker Remote API进行认证246
8.5.1建立证书授权中心246
8.5.2创建服务器的证书签名请求和密钥248
8.5.3配置Docker守护进程250
8.5.4创建客户端证书和密钥251
8.5.5配置Docker客户端开启认证功能253
8.6小结254
第9章 获得帮助和对Docker进行改进255
9.1获得帮助255
9.1.1Docker用户、开发邮件列表及论坛255
9.1.2IRC上的Docker256
9.1.3GitHub上的Docker256
9.2报告Docker的问题257
9.3搭建构建环境257
9.3.1安装Docker257
9.3.2安装源代码和构建工具257
9.3.3检出源代码258
9.3.4贡献文档258
9.3.5构建开发环境259
9.3.6运行测试261
9.3.7在开发环境中使用Docker261
9.3.8发起pull request262
9.3.9批准合并和维护者263
9.4小结264

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book