Це відео не доступне.
Перепрошуємо.

Docker Compose vs Dockerfile - Dockerfile Explained - Docker Tutorial

Поділитися
Вставка
  • Опубліковано 18 сер 2024

КОМЕНТАРІ • 63

  • @CodingDroplets
    @CodingDroplets  2 роки тому

    ⭐ Join Us on Patreon: www.patreon.com/CodingDroplets
    Microservices Tutorial Playlist Link: ua-cam.com/video/gPInkLCfalE/v-deo.html

  • @AmolGautam
    @AmolGautam 2 роки тому +3

    Thank you. The Docker-Compose explanation was spot on.

  • @argl1995
    @argl1995 Рік тому +4

    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.

  • @abhishekbajracharya5646
    @abhishekbajracharya5646 2 роки тому +1

    A perfect video for a beginner trying to learn the basics. Thanks a lot.

    • @CodingDroplets
      @CodingDroplets  2 роки тому +1

      You are welcome! Glad to know you liked it.

  • @zeusmortegh7538
    @zeusmortegh7538 10 місяців тому +3

    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 7 днів тому +1

    Thank you!

  • @mkannanmsc
    @mkannanmsc Рік тому +1

    A Small Token of Appreciation.. 💯 Very nice.. and Excellent Coverage with Good Presentaion and explanation in less time. 👋

    • @CodingDroplets
      @CodingDroplets  Рік тому +1

      So nice of you. Thank you so much for the support ❤

  • @victorgromov1548
    @victorgromov1548 Рік тому +1

    the background and the overall explorer theme on 08:30 is of great esthetics, good move!

  • @mkannanmsc
    @mkannanmsc Рік тому +1

    💯 Very nice.. and Excellent Coverage with Good Presentaion and explanation in less time. 👋

  • @MrAps98
    @MrAps98 Рік тому +1

    Extremely helpful thank you.

  • @factsinaminute401
    @factsinaminute401 Рік тому +1

    Excellent explanation

    • @CodingDroplets
      @CodingDroplets  Рік тому

      Thank you for your comment and feedback! Glad to hear that.

  • @manee427
    @manee427 Рік тому +2

    very nice explained

    • @CodingDroplets
      @CodingDroplets  Рік тому +1

      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 Рік тому +1

      @@CodingDroplets keep going. it is awsome tutorial

    • @CodingDroplets
      @CodingDroplets  Рік тому

      Thank you for your kind words of support!

  • @digitzero3613
    @digitzero3613 Рік тому +1

    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 Рік тому +1

      @@CodingDroplets Thank you very much for the information!

  • @piotradamczyk3932
    @piotradamczyk3932 Рік тому +1

    Thank you

  • @afzalkhattak3032
    @afzalkhattak3032 Рік тому +2

    thanks

  • @ankurchaprana9339
    @ankurchaprana9339 2 роки тому +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?

  • @theitzone01
    @theitzone01 Рік тому +1

    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?

  • @andrewstribling4385
    @andrewstribling4385 7 місяців тому +1

    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  7 місяців тому

      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

  • @mista_ia
    @mista_ia 2 роки тому +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 роки тому +1

      Have you installed docker in your machine? Hope you are using windows operating system.

    • @mista_ia
      @mista_ia 2 роки тому +2

      @@CodingDroplets Thanks for quick reply
      Yeah, I ve installed Docker Desktop and Yes it is Windows 10

    • @CodingDroplets
      @CodingDroplets  2 роки тому +1

      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 роки тому +2

      @@CodingDroplets Actually, I ve installed by following instructions on it

    • @mista_ia
      @mista_ia 2 роки тому +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?

  • @MRAMetharam
    @MRAMetharam 2 роки тому +1

    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 роки тому +1

      Thank You for your valuable feedback.
      This video is part of a series named Microservice Architecture.
      ua-cam.com/play/PLzewa6pjbr3JQKhB_U_FiuYwQC70i-TyU.html
      We have already explained how to remove containers, images etc in other videos. Will be uploading videos about more advanced things soon.

  • @boutheynabiba3437
    @boutheynabiba3437 2 роки тому +1

    I wanted to do a connection between mongodb container and hadoop container ... can u help me plz !?

    • @CodingDroplets
      @CodingDroplets  2 роки тому +1

      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?

  • @Sriramchandra-rf9fr
    @Sriramchandra-rf9fr Місяць тому +1

    2:27

    • @CodingDroplets
      @CodingDroplets  Місяць тому

      I'm not quite sure what you're asking. Could you please clarify?

  • @jacekpierzchaa9370
    @jacekpierzchaa9370 10 місяців тому +1

    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  10 місяців тому

      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 10 місяців тому

      it was my stupid mistake. I have added .txt extension :)@@CodingDroplets