- 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
- JavaScript從入門到精通(微視頻精編版)
- Vue.js前端開發(fā)基礎(chǔ)與項目實戰(zhàn)
- 羅克韋爾ControlLogix系統(tǒng)應(yīng)用技術(shù)
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Java性能權(quán)威指南(第2版)
- QGIS:Becoming a GIS Power User
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- 基于Struts、Hibernate、Spring架構(gòu)的Web應(yīng)用開發(fā)
- RESTful Java Web Services(Second Edition)
- Unity&VR游戲美術(shù)設(shè)計實戰(zhàn)
- Android應(yīng)用開發(fā)實戰(zhàn)
- Python計算機視覺與深度學習實戰(zhàn)
- Scratch超人漫游記:創(chuàng)意程序設(shè)計:STEAM創(chuàng)新教育指南
- Alfresco for Administrators
- Implementing OpenShift