- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 187字
- 2021-06-24 16:54:03
Working with Container Images
Container-based software development lifecycle requires easy image packaging and reliable ways to distribute containerized applications - these are key aspects that the Docker ecosystem has solved. We used Dockerfiles and Docker images in the previous chapters. Simply put, a Dockerfile defines build instructions for creating a Docker image, an immutable, layered snapshot of container data that can be used for instantiating containers. These two concepts allow us to create easy and standardized packaging for container applications. In order to provide reliable and scalable distribution for Docker images, we can use image registries.
In this chapter, we will focus on the usage of Docker registries, mainly the publicly accessible Docker Hub and private Azure Container Registry, and we will also introduce Docker Content Trust – a concept for publishing and managing signed collections of content. With this introduction to container image management, you will be ready to fully enter the world of Kubernetes on Windows!
This chapter will cover the following topics:
- Storing and sharing container images
- Using cloud container builders
- Image tagging and versioning
- Ensuring the integrity of the image supply chain
- 微服務(wù)與事件驅(qū)動架構(gòu)
- Learning AWS Lumberyard Game Development
- Building Minecraft Server Modifications
- HDInsight Essentials(Second Edition)
- 快速念咒:MySQL入門指南與進階實戰(zhàn)
- 高級語言程序設(shè)計(C語言版):基于計算思維能力培養(yǎng)
- Android程序設(shè)計基礎(chǔ)
- Android項目實戰(zhàn):手機安全衛(wèi)士開發(fā)案例解析
- Spring Security Essentials
- 軟件體系結(jié)構(gòu)
- ActionScript 3.0從入門到精通(視頻實戰(zhàn)版)
- Drupal Search Engine Optimization
- Sitecore Cookbook for Developers
- 安卓工程師教你玩轉(zhuǎn)Android
- micro:bit軟件指南