- Docker on Windows
- Elton Stoneman
- 361字
- 2021-07-02 19:53:17
Learning Docker with this book
Every code listing in this book is accompanied by a full code sample on my GitHub repository at https://github.com/sixeyed/docker-on-windows. The source tree is organized into a folder for each chapter, and for each chapter there's a folder for each code sample. In this chapter, I've used two samples to create Docker images, which you'll find in ch01\ch01-whale and ch01\ch01-az.
I prefer to follow along with the code samples when I'm learning a new technology, but if you want to use working versions of the demo applications, every sample is also available as a public Docker image on Docker Cloud. Wherever you see a docker container run command, the image already exists on Docker Cloud, so you can use mine rather than building your own if you wish. All the images in the dockeronwindows organization, such as this chapter's dockeronwindows/ch01-whale—were built from the relevant Dockerfile in the GitHub repository.
My own development environment is based on Windows Server 2016, where I use Docker for Windows. My test environment is based on Windows Server 2016 Core, where I run Docker as a Windows Service. I've also verified all the code samples using Windows 10.
I'm using version 17.06 of Docker, which is the latest release at the time of writing. Some of the features I demonstrate need version 17.06 as a minimum--such as multi-stage builds and secrets. But Docker has always been backward-compatible, so if you're using a version later than 17.06, then the sample Dockerfiles and images should work in the same way.
My goal is for this to be a definitive book about Docker on Windows, so I've covered everything from the 101 on containers through modernizing .NET apps with Docker and the security implications of containers to CI/CD and administration in production. The book ends with a guide to moving forward with Docker in your own projects.
- Flask Web全棧開發(fā)實戰(zhàn)
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- Oracle BAM 11gR1 Handbook
- Interactive Applications Using Matplotlib
- 精通MATLAB(第3版)
- PySide 6/PyQt 6快速開發(fā)與實戰(zhàn)
- 一本書講透Java線程:原理與實踐
- Java圖像處理:基于OpenCV與JVM
- Clojure High Performance Programming(Second Edition)
- SAP Web Dynpro for ABAP開發(fā)技術(shù)詳解:基礎(chǔ)應(yīng)用
- Beginning PHP
- LabVIEW數(shù)據(jù)采集(第2版)
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析
- Mastering Responsive Web Design
- TensorFlow程序設(shè)計