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

What is Docker Compose | How to create docker compose file | How to use Compose

Поділитися
Вставка
  • Опубліковано 18 сер 2024
  • Free Tutorials - automationstep...
    I am Raghav & Today we will learn :
    1. What | Why - Docker Compose
    2. How to install
    3. How to create docker compose file
    4. How to use docker compose file to create services
    5. Basic Commands
    TIPS
    Docker compose
    : tool for defining & running multi-container docker applications
    : use yaml files to configure application services (docker-compose.yml)
    : can start all services with a single command : docker compose up
    : can stop all services with a single command : docker compose down
    : can scale up selected services when required
    Step 1 : install docker compose
    (already installed on windows and mac with docker)
    docker-compose -v
    2 Ways
    1. github.com/doc...
    2. Using PIP
    pip install -U docker-compose
    Step 2 : Create docker compose file at any location on your system
    docker-compose.yml
    Step 3 : Check the validity of file by command
    docker-compose config
    Step 4 : Run docker-compose.yml file by command
    docker-compose up -d
    Steps 5 : Bring down application by command
    docker-compose down
    TIPS
    How to scale services
    -scale
    docker-compose up -d --scale database=4
    References:
    hub.docker.com
    github.com/doc...
    docs.docker.co...
    www.google.co....
    _____________________________________________________________
    #DockerCompose #DockerComposeIntroduction #DockerContainers #DockerTutorials #DockerTraining #DevOpsTools #DevOpsTraining #DockerCommands #DockerForBeginners #DockerFreeTutorials #DockerforDevOps
    DOCKER PLAYLIST
    • Docker
    UA-cam PLAYLIST
    / @raghavpal
    UA-cam
    / automationstepbystep
    FACEBOOK
    / automationstepbystep
    TWITTER
    / automationsbs
    If you like videos on the channel Automation Step by Step, hit the like button and share with others.
    Click the SUBSCRIBE button and hit the bell icon to keep getting new videos.
    Ask Raghav- bit.ly/2CoJGWf
    Interviews - bit.ly/2NIPPxk
    All Playlists - bit.ly/2LSiezA
    ----------- Follow -----------
    UA-cam - / automationstepbystep
    Share your knowledge with everyone and,
    Never Stop Learning
    Raghav

КОМЕНТАРІ • 662

  • @RaghavPal
    @RaghavPal  5 років тому +16

    Free online courses - automationstepbystep.com/online-courses/

  • @devopswisdom
    @devopswisdom 3 роки тому +13

    I have gone through Udemy courses, there instructor focuses on their task such as CI/CD but here videos are for free and very well explained. Anyone can understand easily and practice for same. I learnt Jenkins, GIT, Docker from your videos.
    Thanks a lot for these awesome playlists.

    • @RaghavPal
      @RaghavPal  3 роки тому +1

      Hi Rishabh, you're most welcome

  • @aameraftab8767
    @aameraftab8767 5 років тому +42

    Very short and comprehensive Explanation. 100/100 marks .

  • @dmth741
    @dmth741 5 років тому +3

    Nice short tutorial. The best part is you DO show errors and HOW to resolve. Not many folks do that. Thank you.

    • @RaghavPal
      @RaghavPal  5 років тому

      You're welcome Pavel

  • @Udzial
    @Udzial 3 роки тому +1

    The notes you show with a music at the end makes us revise the whole video. Magnificent work you are doing. Thank you

  • @saurabhchako89
    @saurabhchako89 5 місяців тому

    Thanks Raghav. Your videos are still helping in 2024 !

    • @RaghavPal
      @RaghavPal  5 місяців тому

      Glad to hear that Saurabh

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

    If I didn't like this video, That will be the first mistake of mine for today.. Very well explained 👌

  • @i.am.gaurav.khanna
    @i.am.gaurav.khanna 3 роки тому +1

    प्रिय राघव,
    इस तरह के उपयोगी वीडियो बनाने के लिए कोटि कोटि से धन्यवाद् ||

    • @RaghavPal
      @RaghavPal  3 роки тому +1

      धन्यवाद

  • @ajeetis
    @ajeetis 5 років тому +9

    Awesome gyaan, Raghav. Thank you for making a crisp and to-the-point video covering basics and showcasing the concepts with practical working.

    • @RaghavPal
      @RaghavPal  5 років тому

      You're welcome Ajeetz

  • @dragonball41876
    @dragonball41876 2 місяці тому

    Great video, even after five years! I believe they have helped many users.

    • @RaghavPal
      @RaghavPal  2 місяці тому

      Great to hear that.. so happy and humbled

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

    great sir, in one video i have completely get the clear understanding of docker compose

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

      Great to know this Nagarjuna

  • @user-jj9bc1bc9o
    @user-jj9bc1bc9o Рік тому

    I have used different resources and videos to get actual creating of docker compose file. With this all my doubts are cleared. Thank you for great content

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

      You are most welcome Parikshit

  • @NasimMahmud
    @NasimMahmud 5 років тому +2

    Very concise and crisp explanation. What I liked most is, describing in just required detail, and the explaining the alternative ways in a very smart and quick way.

    • @melisabegic2428
      @melisabegic2428 5 років тому

      do you know how to get out of composeFile, how to get an insert and the like? Where can I find these abbreviations?

    • @RaghavPal
      @RaghavPal  5 років тому

      Glad it was helpful Nasim

  • @VivekBhore-ud7lg
    @VivekBhore-ud7lg Рік тому +1

    Thank you
    Your videos are very helpful

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

    I know it's quite late, but I have just began my journey in this area as of Automation and CI/CD. What a video, great explanation mate. Thank you so much.

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

      Welcome aboard Binod and all the best for next sessions

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

    Great tutorial, thanks for sharing!

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

      Glad you enjoyed it Christopher

  • @zameerahmedjose7251
    @zameerahmedjose7251 4 роки тому

    Super ... Raghav.
    Awesome explanation.
    Keep up the good work.

  • @rahuludemy3976
    @rahuludemy3976 4 роки тому

    A big round of applause for Raghav & his skills...

    • @RaghavPal
      @RaghavPal  4 роки тому

      Thanks for watching Rahul

  • @sandy4v
    @sandy4v 5 років тому

    I dont understand how are the idiots disliking these videos. Raghav, Ignore them and create such tutorials bro Thanks.

    • @RaghavPal
      @RaghavPal  5 років тому

      Thanks for your kind words Sandeep.

  • @user-wc9rt3gw5i
    @user-wc9rt3gw5i 4 місяці тому

    love from Islamabd......dil se Dua apke liye sir....................wiish u all the bestttttttttt

    • @RaghavPal
      @RaghavPal  4 місяці тому

      Thanks a lot Faizan.. humbled

  • @kandulaabhishek2822
    @kandulaabhishek2822 5 років тому +1

    well explained the docker-compose and it can be understand to beginners.

    • @RaghavPal
      @RaghavPal  5 років тому

      Happy to know this Kandula

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

    Great video...even 3 years later. Thank you. Subscribed.

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

      Awesome, thank you Pavon

  • @prashi222
    @prashi222 4 роки тому

    Very simplified way of training people who are new to dockers... Good one Raghav, Thank you.

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

    Thank You, Raghav for your explanation.

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

      You're most welcome Shanth

  • @dips2805
    @dips2805 3 роки тому

    What a video it is...I have seen many videos about docker but the way you explained is absolutely amazing...
    Thank you so much for making it easy for us... Wonderful job ..

    • @RaghavPal
      @RaghavPal  3 роки тому

      You are most welcome Dipanshu

  • @maheshm3677
    @maheshm3677 5 років тому +1

    Man.., Loved the way you explain.., very easy to understand., simple yet elegant ..., Thank you...!!

    • @RaghavPal
      @RaghavPal  5 років тому +1

      You're welcome Mahesh

  • @nforlife
    @nforlife 3 роки тому +1

    Simple and easy to understand thank you!

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

    very informative, thank you

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

    Great Explanation Raghav..!

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

    thank you very much, bro, all hope for you to be the best programmer ever .....

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

    Very useful vedio. Very clear to understand thank you sir

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

      You're most welcome Thulasi

  • @easytodevelop
    @easytodevelop 4 роки тому

    Wonderful boss, very clear, very precise. i had little experience but using commands blindly now its clear, thank you.

    • @RaghavPal
      @RaghavPal  4 роки тому

      You are most welcome Paramesh

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

    I forgot to share you - the "docker-compose" command now is "docker compose" .... as usual, valuable your videos :) - excellent!

  • @fahis1996
    @fahis1996 3 роки тому

    Great video. simply explained.

  • @victorjohn4137
    @victorjohn4137 3 роки тому +1

    Amazing explanation as always Raghav, highly impressed

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

    nice video..easy to understand and run

  • @maxweber6556
    @maxweber6556 3 роки тому

    Thanks for the video,its comprehensive.

  • @sandeepmahajan1036
    @sandeepmahajan1036 4 роки тому +1

    Very nice explained videos...! thank you very much...

    • @RaghavPal
      @RaghavPal  4 роки тому

      You're welcome Sandeep

  • @RajeshVerma-mp8qk
    @RajeshVerma-mp8qk 2 роки тому

    well explained, very helpful. Thank you so much.

  • @suprotimroy
    @suprotimroy 3 роки тому

    I just love the end part summary with the music. Many thanks for the video.
    Hope you are already ready with tomorrow's Sunday Special video.

    • @RaghavPal
      @RaghavPal  3 роки тому

      Great Suprotim, Yes Sunday Special ep is coming

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

    Your docker series helped me to grasp quickly. Thanks for the series, but I didn’t see docker networks module. It will be helpful if you make a video on it.

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

      I will check on that Amora. Thanks for watching

  • @kumbhambhargavi44
    @kumbhambhargavi44 7 місяців тому

    Thanks. Really helps me alot.
    Good explanation.

  • @be236
    @be236 4 роки тому

    Nice! Easy tutorial, nice examples , step-by-step and easy terminal fonts and big to read. Nice slow pace, not too fast to see what you are doing on the screen! Good job.

    • @RaghavPal
      @RaghavPal  4 роки тому

      Glad you enjoyed it Andrew

  • @dhrusoni1
    @dhrusoni1 3 роки тому

    Thanks Raghav, It is really nice tutorial.

  • @sdevatraj
    @sdevatraj 4 роки тому

    Thank you for wonderful clean videos

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

    Hey, You're awesome.. just love the way you teach! :)

  • @HaribabuPasupathy
    @HaribabuPasupathy 4 роки тому

    I have gone through all the 11 videos all are nice, neat and clear. thanks.

    • @RaghavPal
      @RaghavPal  4 роки тому

      You're welcome Haribabu

  • @dkq986
    @dkq986 3 роки тому

    Your explanations are very crisp and easy to follow.

  • @MustangBoss1973
    @MustangBoss1973 4 роки тому +1

    thank you so much great explanation, I had been looking everywhere for that.

    • @RaghavPal
      @RaghavPal  4 роки тому

      So happy to know it helped

  • @MaheshSingh-ev8yh
    @MaheshSingh-ev8yh 4 роки тому

    really very nice and very well explained.

    • @RaghavPal
      @RaghavPal  4 роки тому

      Glad you liked it Mahesh

  • @avijitbhattacharjee311
    @avijitbhattacharjee311 3 роки тому

    Very useful video. Thank you

    • @RaghavPal
      @RaghavPal  3 роки тому

      Glad it was helpful Avijit

  • @pradipnath2293
    @pradipnath2293 4 роки тому

    Short concise and very efficient video. Thanks Raghav

  • @arnobchowdhury3191
    @arnobchowdhury3191 4 роки тому +1

    but how to proceed if we have different databases serving different microservices? For eg I have a authorization server running having its own database and similarly 2 more microservices having their own database and serving a api.

    • @RaghavPal
      @RaghavPal  4 роки тому +1

      Hi Arnob, you should be able to use this for a diverse tech stack. Can find more examples online. I will plan to create a session once I get some time

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

    such a wonderful explanation. Thank you so much for short and crisp explanation. Iam a beginner, your videos helped me a lot .

  • @alliazar9357
    @alliazar9357 4 роки тому

    Who can not understand your videos?!! So much helpful ❤

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

    Nice demo of Docker compose

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

    Thank you sir. Your teaching skill is marvelous... God bless you.

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

      You are most welcome Sophiya

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

    Thanks mate, it's highly impressive and easy to digest video, much appreciated!

  • @protonvashishtha
    @protonvashishtha 5 років тому +2

    Beautifully explained to start with docker compose. Suggestion: Every time you use DOCKER PS, please show us output of DOCKER PS -A as well (curious to see if containers are dead on DOCKER-COMPOSE DOWN command). Please keep posting more and more videos. Thanks a lot. Cheers!

    • @RaghavPal
      @RaghavPal  5 років тому +1

      Thanks for watching Shwetank. Will do.

  • @navadeepsland5838
    @navadeepsland5838 4 роки тому

    Very nice one for beginners :)

    • @RaghavPal
      @RaghavPal  4 роки тому

      Glad you think so Vidyasagar

  • @ahmadzulmamuhamed4664
    @ahmadzulmamuhamed4664 3 роки тому

    Thank you very much.. This video help me a lot

  • @parthachattopadhyay2181
    @parthachattopadhyay2181 5 років тому +3

    Very good doc Raghab. Please create next video with interconnected containers, with dependencies (like, build agent containers will be up once Jenkins server container is up). A jenkins setup will be a perfect example. Through docker compose we need to setup jenkins server, build agents and agents needs to be connected using java web start.Thanks.

  • @venkatah9847
    @venkatah9847 5 років тому

    Thanks Raghav pal for your Docker series videos. Very useful to kick start with. Thank you and waiting for advance concepts further

    • @RaghavPal
      @RaghavPal  5 років тому

      Sure Venkata, will try to work on this

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

    Just awesome explanation sir

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

      Thanks and welcome Sravan

  • @jacobanderson10
    @jacobanderson10 3 роки тому

    Your videos are great. Thanks

  • @mayankgupta510
    @mayankgupta510 4 роки тому

    Great job dear Raghav. It's very clear for the beginner. I was searching for such videos and finally I found this channel very satisfying. Well done. Can you suggest me any refference book for docker and also I want to learn artifactiry then from where I can do? Thanks

    • @RaghavPal
      @RaghavPal  4 роки тому

      Thanks a lot Mayank, I usually refer online stuff, so not very sure on books, Can check online, You can find all my work here - automationstepbystep.com/

  • @SandeepKumarPalliKuniyil
    @SandeepKumarPalliKuniyil 3 роки тому

    Sharing the notes in video description is awesome helpful, thank you

    • @RaghavPal
      @RaghavPal  3 роки тому

      You are welcome Sandeep

  • @pavelzarembo4880
    @pavelzarembo4880 3 роки тому

    Thanks! Worked perfectly as an introduction to docker compose. Samples are simple and shows very basic thins which perfectly fits for starting!

  • @nithinkvijayan2708
    @nithinkvijayan2708 6 років тому +3

    Thanks for the series Raghav. Really informative for beginners like me. :) Can you please elaborate on the scaling part, How will the database instances mentioned will communicate with each other and with the app ? Do we have to specify any replication and load balancing methods separately ?

    • @RaghavPal
      @RaghavPal  6 років тому +1

      Hi Nithin, i will cover more on this topic. You might be interested in looking at video for Docker Swarm - ua-cam.com/video/bU2NNFJ-UXA/v-deo.html

    • @LarsRyeJeppesen
      @LarsRyeJeppesen 5 років тому +1

      For a database, you'll need a database that can be clustered .. Mysql Cluster or something like CrateDB

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

    Awesome explanation

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

      Glad you liked it Sai

  • @vkgsbr
    @vkgsbr 3 роки тому

    To the point video, keep it up

  • @vivekgc2051
    @vivekgc2051 3 роки тому +1

    How database connection strings will point new instances of databases during scaleup

    • @RaghavPal
      @RaghavPal  3 роки тому

      Hi Vivek, this can help ua-cam.com/video/PAg_kH49UuY/v-deo.html

  • @AshishBurnwal
    @AshishBurnwal 5 років тому +1

    That was awesome explanation... Really looking forward for the continuation of this tutorial

    • @RaghavPal
      @RaghavPal  5 років тому

      Glad to know this Ashish

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

    thank you very much for the video!!

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

    Thanks bro it really helped!!!!. 👍🏻

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

    I have learned a lot from you videos. And special credit must be given to the music which is played at the end of each video. Its nice😄😄😄😄😄😄

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

      So nice of you Sandeep. Keep Learning

  • @myjourneyinforex6486
    @myjourneyinforex6486 4 роки тому

    Raghav this was a very useful video.. keep it coming.

    • @RaghavPal
      @RaghavPal  4 роки тому

      Sure Saji. Can check all here - automationstepbystep.com/

  • @channattem4246
    @channattem4246 5 років тому +1

    Thank you very much sir, Please keep it up....

    • @RaghavPal
      @RaghavPal  5 років тому

      You're welcome Channat

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

    good explanation. Thanks

  • @thecordels
    @thecordels 3 роки тому

    great tutorial, thanks!

  • @maheshkudumula9794
    @maheshkudumula9794 4 роки тому

    The way you explaining about it is really awesome ..Thx alot for composing on it & sharing with us

    • @RaghavPal
      @RaghavPal  4 роки тому

      Glad you liked it Mahesh

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

    Very nice and clear

  • @kamaldevarapalli2895
    @kamaldevarapalli2895 3 роки тому

    Excellent explanation sir !!!!!!!!!!!1

    • @RaghavPal
      @RaghavPal  3 роки тому

      Glad you liked it Kamal

  • @simonandris4730
    @simonandris4730 9 місяців тому

    Thanks very much sir 🙏🏾

    • @RaghavPal
      @RaghavPal  9 місяців тому

      Most welcome Simon

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

    Really helpfull, thank you!

  • @NasirAli-hs8np
    @NasirAli-hs8np 3 роки тому

    Thank you so much Raghav! May Allah bless you kind sir!!

  • @syangurmeet1
    @syangurmeet1 4 роки тому

    very well explained.

    • @RaghavPal
      @RaghavPal  4 роки тому

      Glad you liked it Gurmeet

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

    That was very helpful

  • @mukundsridhar4250
    @mukundsridhar4250 5 років тому

    Thank you so much. I loved watching all your videos and the best part is at the end "If you don't succeed try one more time".

    • @RaghavPal
      @RaghavPal  5 років тому

      So happy to know this Mukund. Do share your knowledge with others.

  • @shivam1427
    @shivam1427 6 років тому

    docker-compose up -d --scale database=4 web=3. Is this the correct command if we want to scale up both services? And for scaling down do we have to kill the individual containers?

    • @RaghavPal
      @RaghavPal  6 років тому

      Thats right Shivam, you can use docker-compose down to bring down. Check here - docs.docker.com/compose/reference/down/

  • @thuehtetpyae3530
    @thuehtetpyae3530 5 місяців тому

    Thank you so much!
    It means a lot me

    • @RaghavPal
      @RaghavPal  4 місяці тому

      You're most welcome Thue

  • @Farrukhw
    @Farrukhw 4 роки тому

    Very precise and to the point discussion and very helpful replies in comments. Thank you mate... Watching from Pakistan... Really appreciated ...

    • @RaghavPal
      @RaghavPal  4 роки тому

      Thanks for watching Farrukh

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

    Really good video. Just one piece of feedback, you can keep the docker-compose.yml file open, don't need to close it many times

  • @swethavenkata4761
    @swethavenkata4761 4 місяці тому +1

    Hi Raghav,
    Could you help me to resolve this:
    While creating the docker compose file, folder is created at the desktop but i can see the folder as empty.The file i have emtered is not showing on the desktop folder.
    Could you help me on this

    • @RaghavPal
      @RaghavPal  4 місяці тому

      Swetha
      There are a couple of things to consider when you encounter an empty folder after creating a Docker Compose file:
      Understanding Docker Volumes:
      * Docker Compose volumes are not physical folders created on your desktop. They are named volumes managed by Docker and used to persist data between container restarts.
      * When you define a volume in your docker-compose.yml file, Docker creates a dedicated storage area for the data associated with that volume.
      Resolving the Empty Folder:
      1. Check Docker Compose Configuration:
      - Ensure your docker-compose.yml file correctly defines the volume. It should specify a source directory on your host machine (outside the container) and a destination directory within the container.
      - Here's an example:
      ```yaml
      volumes:
      - ./my-data:/app/data # This mounts the "my-data" folder on your machine to "/app/data" inside the container
      ```
      2. Verify Docker Volume Creation:
      - You can list existing Docker volumes using the command: `docker volume ls`
      - If the volume is not listed, Docker might not have created it yet. Run `docker-compose up -d` to start the containers in detached mode, which triggers volume creation.
      3. Accessing Volume Data:
      - You cannot directly access volume data from the mounted folder on your desktop.
      - To view the data, you need to:
      * Run a bash shell inside the container: `docker exec -it bash`
      * Navigate to the destination directory within the container (e.g., `/app/data` in the example above)
      * Use commands like `ls` or `cat` to view the contents.
      Additional Tips:
      * Double-check the paths specified in your docker-compose.yml file for typos.
      * Make sure the source directory on your host machine actually contains files.
      * Consider using a volume visualization tool for a more intuitive view of volume data within Docker.
      By following these steps, you should be able to understand why the folder appears empty on your desktop and how to access the data stored within the Docker volume.

    • @swethavenkata4761
      @swethavenkata4761 4 місяці тому

      Thank you so much for the quick reply and for additional tips Raghav.
      I'm a beginner for this DevOps...ur videos are helping me alot..
      Pls make this kind of more videos with real time scenarios
      Thank you

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

    thank you,very helpful

  • @humanOSx
    @humanOSx 6 років тому +1

    Great tutorial man, thanks for it.

  • @ahmadyamout6867
    @ahmadyamout6867 3 роки тому

    Awesome dear. Look I have question can I get each image variables in docker compose and use it in pipline automatically like by using powershell commands variables? If yes how ? Thank you

    • @RaghavPal
      @RaghavPal  3 роки тому

      Hi Ahmad, I will need to check and do some hands-on for this

  • @kowshiks229
    @kowshiks229 11 місяців тому

    Thankyou so much love u buddy❤

    • @RaghavPal
      @RaghavPal  11 місяців тому

      Thanks for watching Kowshik

  • @bajirainabanu6599
    @bajirainabanu6599 3 роки тому

    Excellent Video. Up to the point 👌

  • @Teruroom
    @Teruroom 4 роки тому +1

    Thanks a lot for your this video❗I can cleary understand docker-compose‼️

    • @RaghavPal
      @RaghavPal  4 роки тому

      Glad to hear that Teru