⭐ Join Us on Patreon: www.patreon.com/CodingDroplets Microservices Tutorial Playlist Link: kzbin.info/www/bejne/nYGsn56CeMuUoqc
@argl19952 жыл бұрын
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.
@CodingDroplets2 жыл бұрын
Great to hear! Your words mean a lot to me
@AmolGautam2 жыл бұрын
Thank you. The Docker-Compose explanation was spot on.
@CodingDroplets2 жыл бұрын
You are most welcome
@mkannanmsc2 жыл бұрын
A Small Token of Appreciation.. 💯 Very nice.. and Excellent Coverage with Good Presentaion and explanation in less time. 👋
@CodingDroplets2 жыл бұрын
So nice of you. Thank you so much for the support ❤
@thateverydaybiker2 жыл бұрын
A perfect video for a beginner trying to learn the basics. Thanks a lot.
@CodingDroplets2 жыл бұрын
You are welcome! Glad to know you liked it.
@zeusmortegh7538 Жыл бұрын
Your explanation was so clear and understandable. Thanks for the tutorial, Excellent !
@CodingDroplets Жыл бұрын
Thank you so much for your positive feedback! I'm delighted to hear that you found the explanation clear and understandable.
@victorgromov15482 жыл бұрын
the background and the overall explorer theme on 08:30 is of great esthetics, good move!
@CodingDroplets2 жыл бұрын
Thank You!
@user-gs2zp3dm1v3 ай бұрын
Got the exact tutorial I was looking for
@CodingDroplets3 ай бұрын
Glad to hear that. Thank You!
@germanbarrios261529 күн бұрын
Excellent tutorial, thank a lot.
@CodingDroplets27 күн бұрын
You’re welcome! Glad you found it helpful. 😊
@mkannanmsc2 жыл бұрын
💯 Very nice.. and Excellent Coverage with Good Presentaion and explanation in less time. 👋
@CodingDroplets2 жыл бұрын
Glad to know you liked it!
@factsinaminute401 Жыл бұрын
Excellent explanation
@CodingDroplets Жыл бұрын
Thank you for your comment and feedback! Glad to hear that.
@ankurchaprana93392 жыл бұрын
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 ??
@CodingDroplets2 жыл бұрын
Normally I use Linux operating system for sql server container in docker. Why you need windows authentication?
@andrewstribling438511 ай бұрын
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?
@CodingDroplets11 ай бұрын
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.
@mista_ia2 жыл бұрын
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 ?
@CodingDroplets2 жыл бұрын
Have you installed docker in your machine? Hope you are using windows operating system.
@mista_ia2 жыл бұрын
@@CodingDroplets Thanks for quick reply Yeah, I ve installed Docker Desktop and Yes it is Windows 10
@CodingDroplets2 жыл бұрын
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_ia2 жыл бұрын
@@CodingDroplets Actually, I ve installed by following instructions on it
@mista_ia2 жыл бұрын
@@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?
@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 Жыл бұрын
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 Жыл бұрын
@@CodingDroplets Thank you very much for the information!
@theitzone012 жыл бұрын
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 Жыл бұрын
Have you got the answer?
@MrAps982 жыл бұрын
Extremely helpful thank you.
@CodingDroplets2 жыл бұрын
Welcome
@boutheynabiba34372 жыл бұрын
I wanted to do a connection between mongodb container and hadoop container ... can u help me plz !?
@CodingDroplets2 жыл бұрын
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.
@boutheynabiba34372 жыл бұрын
I did it but i got errors ...i need help plz
@CodingDroplets2 жыл бұрын
Can you please explain about the error you are getting?
@manee427 Жыл бұрын
very nice explained
@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 Жыл бұрын
@@CodingDroplets keep going. it is awsome tutorial
@CodingDroplets Жыл бұрын
Thank you for your kind words of support!
@keithzhong16334 ай бұрын
Thank you!
@CodingDroplets4 ай бұрын
You're welcome!
@piotradamczyk39322 жыл бұрын
Thank you
@CodingDroplets2 жыл бұрын
You're welcome
@MRAMetharam2 жыл бұрын
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!!!
@CodingDroplets2 жыл бұрын
Thank You for your valuable feedback. This video is part of a series named Microservice Architecture. kzbin.info/aero/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.
@afzalkhattak3032 Жыл бұрын
thanks
@CodingDroplets Жыл бұрын
You're welcome!
@Aws_-_Devops_official6 ай бұрын
2:27
@CodingDroplets6 ай бұрын
I'm not quite sure what you're asking. Could you please clarify?
@guliyevshahriyar2 жыл бұрын
Thank you very much
@CodingDroplets2 жыл бұрын
You are welcome
@jacekpierzchaa9370 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
it was my stupid mistake. I have added .txt extension :)@@CodingDroplets