- Docker on Windows
- Elton Stoneman
- 235字
- 2021-07-02 19:53:18
Packaging and Running Applications as Docker Containers
Docker reduces the logical view of your infrastructure to three core components: hosts, containers, and images. Hosts run containers, which are isolated instances of an application. Containers are created from images, which are packaged applications. The Docker container image is conceptually very simple - it's a single unit that contains a complete, self-contained application. The image format is very efficient, and the integration between the image and the runtime is very smart, so mastering images is your first step to using Docker effectively.
You've already seen some images in Chapter 1, Getting Started with Docker on Windows, by running some basic containers to check your Docker installation was working correctly - but I didn't look very closely at the image or how Docker used it. In this chapter, you'll get a thorough understanding of Docker images: learning how they're structured, understanding how Docker uses them, and looking at how to package your own applications as Docker images.
The first thing to understand is the difference between an image and a container, which you can see very clearly by running different types of container from the same image.
In this chapter, you'll get a lot of experience of the Docker basics:
- Running containers from images
- Building images from Dockerfiles
- Packaging your own applications as Docker images
- Working with data in images and containers
- Packaging legacy ASP.NET web apps as Docker images
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Flask Web全棧開發(fā)實戰(zhàn)
- Boost程序庫完全開發(fā)指南:深入C++”準(zhǔn)”標(biāo)準(zhǔn)庫(第5版)
- Reporting with Visual Studio and Crystal Reports
- 深入淺出Java虛擬機:JVM原理與實戰(zhàn)
- Visual C++實例精通
- AIRAndroid應(yīng)用開發(fā)實戰(zhàn)
- Java 11 Cookbook
- 軟件項目管理實用教程
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Learning ArcGIS for Desktop
- 劍指Java:核心原理與應(yīng)用實踐
- Geospatial Development By Example with Python
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)實驗指導(dǎo)與習(xí)題選解(第2版)
- Clojure Polymorphism