Тёмный

Docker Compose vs Dockerfile - Dockerfile Explained - Docker Tutorial 

Coding Droplets
Подписаться 19 тыс.
Просмотров 34 тыс.
50% 1

Опубликовано:

 

7 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 63   
@CodingDroplets
@CodingDroplets 2 года назад
⭐ Join Us on Patreon: www.patreon.com/CodingDroplets Microservices Tutorial Playlist Link: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-gPInkLCfalE.html
@AmolGautam
@AmolGautam 2 года назад
Thank you. The Docker-Compose explanation was spot on.
@CodingDroplets
@CodingDroplets 2 года назад
You are most welcome
@thateverydaybiker
@thateverydaybiker 2 года назад
A perfect video for a beginner trying to learn the basics. Thanks a lot.
@CodingDroplets
@CodingDroplets 2 года назад
You are welcome! Glad to know you liked it.
@argl1995
@argl1995 Год назад
I was randomly scrolling couple of videos to get a refresher before my interview and I would say this is one of the best and easiest explanation of Docker. Thanks for saving my time.
@CodingDroplets
@CodingDroplets Год назад
Great to hear! Your words mean a lot to me
@zeusmortegh7538
@zeusmortegh7538 10 месяцев назад
Your explanation was so clear and understandable. Thanks for the tutorial, Excellent !
@CodingDroplets
@CodingDroplets 10 месяцев назад
Thank you so much for your positive feedback! I'm delighted to hear that you found the explanation clear and understandable.
@keithzhong1633
@keithzhong1633 27 дней назад
Thank you!
@CodingDroplets
@CodingDroplets 27 дней назад
You're welcome!
@victorgromov1548
@victorgromov1548 Год назад
the background and the overall explorer theme on 08:30 is of great esthetics, good move!
@CodingDroplets
@CodingDroplets Год назад
Thank You!
@mkannanmsc
@mkannanmsc Год назад
A Small Token of Appreciation.. 💯 Very nice.. and Excellent Coverage with Good Presentaion and explanation in less time. 👋
@CodingDroplets
@CodingDroplets Год назад
So nice of you. Thank you so much for the support ❤
@mkannanmsc
@mkannanmsc Год назад
💯 Very nice.. and Excellent Coverage with Good Presentaion and explanation in less time. 👋
@CodingDroplets
@CodingDroplets Год назад
Glad to know you liked it!
@MrAps98
@MrAps98 Год назад
Extremely helpful thank you.
@CodingDroplets
@CodingDroplets Год назад
Welcome
@factsinaminute401
@factsinaminute401 Год назад
Excellent explanation
@CodingDroplets
@CodingDroplets Год назад
Thank you for your comment and feedback! Glad to hear that.
@manee427
@manee427 Год назад
very nice explained
@CodingDroplets
@CodingDroplets Год назад
I'm glad to hear that you found the video helpful and that the explanation was clear. Docker can be a complex topic to understand, so it's always great to receive feedback like this, knowing that my efforts to make the tutorial easy to follow are paying off. Thank you for your support!
@manee427
@manee427 Год назад
@@CodingDroplets keep going. it is awsome tutorial
@CodingDroplets
@CodingDroplets Год назад
Thank you for your kind words of support!
@piotradamczyk3932
@piotradamczyk3932 2 года назад
Thank you
@CodingDroplets
@CodingDroplets Год назад
You're welcome
@afzalkhattak3032
@afzalkhattak3032 Год назад
thanks
@CodingDroplets
@CodingDroplets Год назад
You're welcome!
@digitzero3613
@digitzero3613 Год назад
Thank you so much for the video, it was very helpful! I was wondering what screen recorder you use because it looks so crisp.
@CodingDroplets
@CodingDroplets Год назад
Thank you for your kind words! I'm glad you found the tutorial helpful. I appreciate your compliment on the video quality. For screen recording, I use OBS Studio (Open Broadcaster Software). It's a free and open-source software that allows me to capture my screen and create high-quality videos. I find it to be a versatile tool for recording tutorials and demonstrations. Thank you again for your feedback, and I'm glad you enjoyed the video!
@digitzero3613
@digitzero3613 Год назад
@@CodingDroplets Thank you very much for the information!
@theitzone01
@theitzone01 Год назад
My Raspberry Pi Lite OS runs on a 64GB Micro SD card boot drive and I have a secondary 2TB SSD to store data in. I plan to install Jellyfin and PhotoPrism and NextCloud which requires installing Maria MySQL Data Base. What has me confused is how I specify all docker data storage for PhotoPrism, JellyFin and Nextcloud to take place on the 2TB SSD drive and not the 64GB Micro SD card boot drive? Do you have a video that shows correct docker Volume syntax that enables data to get stored onto a 2TB SSD secondary data drive?
@CodingDroplets
@CodingDroplets Год назад
Have you got the answer?
@ankurchaprana9339
@ankurchaprana9339 2 года назад
If someone don't use user name and password in sql server means use window authentication then what should i write in environment in docker compose ??
@CodingDroplets
@CodingDroplets 2 года назад
Normally I use Linux operating system for sql server container in docker. Why you need windows authentication?
@andrewstribling4385
@andrewstribling4385 8 месяцев назад
How can one determine what should be included in the docker compose file? For example if I want to make a Django website, how do I know what services to include in the file and what keywords to use?
@CodingDroplets
@CodingDroplets 8 месяцев назад
Creating a Docker Compose file for a Django website involves specifying the necessary services, configurations, and dependencies for your application. Determine the main components of your Django application, such as the web server, database, and any additional services. In your Docker Compose file (docker-compose.yml), define each service as a separate block.
@guliyevshahriyar
@guliyevshahriyar Год назад
Thank you very much
@CodingDroplets
@CodingDroplets Год назад
You are welcome
@MRAMetharam
@MRAMetharam 2 года назад
Nice! Would have been even better if you showed how to re-deploy updates or clean stuff up when you no longer need them. Still very informative. Thanx!!!
@CodingDroplets
@CodingDroplets 2 года назад
Thank You for your valuable feedback. This video is part of a series named Microservice Architecture. ru-vid.com/group/PLzewa6pjbr3JQKhB_U_FiuYwQC70i-TyU We have already explained how to remove containers, images etc in other videos. Will be uploading videos about more advanced things soon.
@mista_ia
@mista_ia 2 года назад
Thanks for this 💯! When I ran the command : docker-compose up I got this error : The system cannot find the file specified: 'C:\\Users\\compose_spec.json'> [21308] Failed to execute script docker-compose Any help ?
@CodingDroplets
@CodingDroplets 2 года назад
Have you installed docker in your machine? Hope you are using windows operating system.
@mista_ia
@mista_ia 2 года назад
@@CodingDroplets Thanks for quick reply Yeah, I ve installed Docker Desktop and Yes it is Windows 10
@CodingDroplets
@CodingDroplets 2 года назад
You are welcome! Normally docker compose will get installed along with docker desktop in windows. Please have a look on the below URL. docs.docker.com/desktop/windows/install/
@mista_ia
@mista_ia 2 года назад
@@CodingDroplets Actually, I ve installed by following instructions on it
@mista_ia
@mista_ia 2 года назад
@@CodingDroplets Fun fact, I ve tried to launch the command without launching Docker Desktop but got the same error while I was expecting a different one based on Docker Desktop Services ain't launched ! 😥 Whyyyy?
@boutheynabiba3437
@boutheynabiba3437 2 года назад
I wanted to do a connection between mongodb container and hadoop container ... can u help me plz !?
@CodingDroplets
@CodingDroplets 2 года назад
You can place both the containers under the same docker network. So that they can connect each other. We'll be covering more about Docker Networking in our upcoming videos.
@boutheynabiba3437
@boutheynabiba3437 2 года назад
I did it but i got errors ...i need help plz
@CodingDroplets
@CodingDroplets 2 года назад
Can you please explain about the error you are getting?
@Karthikanimations_ofc
@Karthikanimations_ofc 2 месяца назад
2:27
@CodingDroplets
@CodingDroplets 2 месяца назад
I'm not quite sure what you're asking. Could you please clarify?
@jacekpierzchaa9370
@jacekpierzchaa9370 11 месяцев назад
Hello, it is a great tutorial butwhen running command :"docker build -t sample-img ." I got stuck on the following issue : PS C:\Users\jacek\source epos\DockerFileSample> docker build -t sample-img . [+] Building 0.2s (2/2) FINISHED docker:default => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load build definition from Dockerfile 0.1s => => transferring dockerfile: 2B 0.0s ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount3142463899/Dockerfile: no such file or directory
@CodingDroplets
@CodingDroplets 11 месяцев назад
I'm sorry to hear you're facing an issue. It looks like there might be a problem with the path or context when running the docker build command. Ensure that you are running the command from the correct directory where your Dockerfile is located. If your Dockerfile is in a different directory, you can specify the path explicitly. docker build -t sample-img path/to/your/Dockerfile-directory
@jacekpierzchaa9370
@jacekpierzchaa9370 11 месяцев назад
it was my stupid mistake. I have added .txt extension :)@@CodingDroplets
Далее
The intro to Docker I wish I had when I started
18:27
🛑 ты за кого?
00:11
Просмотров 60 тыс.
Will A Guitar Boat Hold My Weight?
00:20
Просмотров 61 млн
Docker Compose Tutorial
33:02
Просмотров 447 тыс.
Ultimate Docker Compose Tutorial
1:03:14
Просмотров 173 тыс.
.NET Docker Tutorial - SQL Server Docker [.NET Docker]
20:19
How To Use Docker To Make Local Development A Breeze
21:53
Get started with Docker and Tailscale
14:04
Просмотров 14 тыс.
Docker Tutorial for Beginners
50:38
Просмотров 30 тыс.
100+ Docker Concepts you Need to Know
8:28
Просмотров 946 тыс.
Using docker in unusual ways
12:58
Просмотров 444 тыс.
🛑 ты за кого?
00:11
Просмотров 60 тыс.