Building Custom Docker Images | Dockerfile Explained | Geekific

preview_player
Показать описание

Throughout this series, we've been downloading ready-to-use images. Images that have been created by others, like the hello-world or busy-box images. These are out-of-the-box images we found on DockerHub, we downloaded them and then created a container out of them. In this video, we learn how to build our own custom images so that we can run our own applications inside our own personalized containers.

Timestamps:
00:00 Introduction
00:37 What is a Dockerfile?
02:20 Creating a Dockerfile
03:25 Instructions and Base Images
06:34 Building our Custom Image
08:05 Image Caching
09:41 Image Tagging
10:16 Thanks for Watching!

If you found this video helpful, check other Geekific uploads:

#Geekific #Docker #Images #Containers #BuildImages
Рекомендации по теме
Комментарии
Автор

why should we create a dockerfile for running the Redis server when we could do the same using docker run redis - as we did in the previous video?

nivedita
Автор

Can you make a tutorial on how to uplaod and download files throw springboot api, or tutorials about springboot anyway😀

khalilelemam
Автор

No bullshit, to the point, no repeating the same sentence 10 times, like

thoughte