Building your own Docker images
Understanding of image
wordsCount: 7
readingTime: 1 min
viewers:
Table of Contents
Related Posts
Understanding Docker and Running Hello World
Running Hello World in a container Let’s just simply run below code:
1 docker container run diamol/ch02-hello-diamol May you don’t know the meaning of code, It’s okay. At the end of this post, you will know what that means naturally. Since I already download image diamol/ch02-hello-diamol, print out like below:
2023-4-1
Deploying Distributed Applications as Stacks in Docker Swarm
2023-4-1
Before you begin
Welecome to the Docker
series and I’m gonna study this book, Learn Docker in a Month of Lunches
(2020), by own my word.
This series consists of 4 parts:
- Understaning Docker Containers & Images
- Running Distributed Applications in Containers
- Running at Scale with a Container Orchestrator
- Getting Your Containers Ready for Production
This is the first post about series Docker
.
In this part, you can get up to speed quickly on the core Docker concepts: containers, images, and registries. you’ll learn how to run applications in containers, package your own applications in containers, and share those applications for other people to use. You’ll also learn about storing data in Docker volumes and how you can run stateful apps in containers. After throughing this chapter, you’ll be comfortable with all the fundamentals of Docker, and you’ll be learning with best pracices baked in from the start.
2023-3-28
Sponsor
Wechat
Alipay