- 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
- Unreal Engine Physics Essentials
- Boost C++ Application Development Cookbook(Second Edition)
- 單片機(jī)C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)100例:基于STC8051+Proteus仿真與實(shí)戰(zhàn)
- PHP基礎(chǔ)案例教程
- .NET 4.0面向?qū)ο缶幊搪劊夯A(chǔ)篇
- Arduino Wearable Projects
- Machine Learning for Developers
- Machine Learning for OpenCV
- UX Design for Mobile
- 安卓工程師教你玩轉(zhuǎn)Android
- PHP動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)實(shí)踐教程
- 體驗(yàn)之道:從需求到實(shí)踐的用戶體驗(yàn)實(shí)戰(zhàn)
- Apache Solr for Indexing Data
- AI輔助編程Python實(shí)戰(zhàn):基于GitHub Copilot和ChatGPT
- PhantomJS Cookbook