09 Multi Container App - Part 1 - A Realtime example using Docker - MERN App

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

КОМЕНТАРІ • 61

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

    Good content and good explanation.. I have seen many videos I cant understood the content.
    You're explaining very well and easily understanding
    When can we expect all docker series videos?

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

      I'm trying my best to get these videos published.

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

    Sir, while explaining the content please zoom the terminal so it will be visible and appealing.

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

      Sure. Thanks for watching, please do share a good about the channel if you can.

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

    Docker file Vedio daggara nunchi e kinda chesina vedios multi containers volumes konchem ardham kala anna ante aa commands ala ela vadutunav anna aa situation lo aa command vadali ani ela recognise chesukovali manam e commands a situation lo ela vadali ani konchem cheppu bro seperate ga low level lo vedios chesi pettu bro pls docker chala easy ga vundi but e commands ye ardham kala ela vadali anedi teliste its very easy 👍👍👍

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

      Adi practice lo ne vasthundi, Thanks for watching, please do share a good about the channel if you can.

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

    Hey bro.. your ADO videos chala bagunnai.. can you share with us again ??

  • @venkateshammandali270
    @venkateshammandali270 26 днів тому

    Hi charan, planning to take training any fastrack batch started ?

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

    Thanks so much for everything,,,you are making devops so easy to understand even for NON-IT

  • @vishnuDaksha1821
    @vishnuDaksha1821 3 дні тому

    Docker run command needa 1 arugement

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

    Can you prepare Full Docker Cheatsheet with some Terminology and commands for Quick review and Can we see documentation in Interviews or later in company daily tasks, is any restriction there?

  • @RamyaG-bz8du
    @RamyaG-bz8du 18 днів тому

    RHOS paina series cheyandi

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

    Hello sir,
    when i gave this command: docker run -dit -p 5000:5000 -e MONGO_URI=mongodb://admin:password@mern_library_nginx_mongodb_1 -e NODE_ENV=development -e PWD=/app -v "$(pwd)":/app -v "$(pwd)"/node_modules:/app/node_modules --net library-mern-api --name library_mern_nginx mern_library_nginx_library-api
    I am facing the error: docker: Error response from daemon: create $(pwd): "$(pwd)" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
    could you please provide me the solution for this

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

      Hi Mohan, thanks for watching.
      Try issuing the pwd command itself at the prompt and see. If the output shows a path which contains unnecessary characters, that's the problem. Try to switch to another directory and run docker command again. The actual problem is $(pwd) actually takes present working directory path into variable in docker run command. If the present working directory path contains unnecessary characters then the command fails.
      Hope this helps. Please share the good word about the channel if you can 🙏🙏🙏

  • @VeeruGaddam
    @VeeruGaddam 3 місяці тому +1

    teacher could makes students but a great teacher could makes teachers. In my way your a greatest creator. What en explanation what a word formation. keep itup

    • @NextOpsVideos
      @NextOpsVideos  3 місяці тому

      Thanks for your kind words 🙏😊

  • @Vijay-mq3jg
    @Vijay-mq3jg Рік тому +1

    Hi bro, after completing all the commands, the containers mern_library_nginx_nginx_1 and library_mern_nginx are exiting immediately.
    Tried starting the containers manually too but didn't work.
    got this logs for the container
    [emerg] 1#1: host not found in upstream "client:3000" in /etc/nginx/conf.d/default.conf:2
    Any help ?

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

      Must be a port issue or DNS issue within the compose operation. The two containers which are throwing the error are unable to identify the client container. That's the issue.

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

      @@NextOpsVideos How did we overcome this?

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

    Sir, if u make last video how to integrate docker with various other Tools & Terminals, its nice....

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

      Docker videos are almost done. Last video is about swarm.

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

    Hi Brother
    We have created 5 images and 5 containers.
    --->2 images are related to mongodb and mongoexpress
    --->1 image is related to nginx-webserver
    --->remaining 2 images are related to API'S (frontend and backend api).
    Ante Anna realtime lo webserver ki oka frontend-api and database ki oka backend-api untundhaaa Anna ?

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

    Nuvvu god anna real ga nice and clear clean explanation... konchem me numver share chesthara

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

    Hi Bro we are connecting multiple containers at once because we are connected to same network right if not how we will connect one container to one container in docker engine

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

      That's where technologies like docker swarm and kubernetes come into picture.
      They help us connect containers from multiple nodes and networks.
      Please share the good word about the channel if you can 🙏🙏🙏

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

    Hi Charan,
    Can you please do a video on application gateway and APIM?

  • @bharathsimhaks-pz5rz
    @bharathsimhaks-pz5rz Рік тому +2

    MongoDB, Express JS, React js, Node.

  • @harikrishna-oo7lw
    @harikrishna-oo7lw 11 місяців тому +1

    Hi Charan, Dockers session really very nice to follow. Thanks for uploading. In this video it might have helped by showing what is present in client server nginx dockerfiles and what it does. And when each containers is running on it own how they are connecting or talking to each other is not clear for me. You have created bridge networks but how they are helpful when we have mutli-containers and how they talk to each other is not clear. Thanks.

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

      Those are advanced concepts covered in online classes.

    • @harikrishna-oo7lw
      @harikrishna-oo7lw 10 місяців тому

      @@NextOpsVideos ok Thanks for the reply

    • @ravisankar9135
      @ravisankar9135 6 місяців тому

      @NextOpsVideos Is there any separate or specific batch for docker , k8s , and ci/cd using docker and k8s

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

    Awesome content bro and mee voice trivikram srinivas la undi bro

  • @mr.deekshith
    @mr.deekshith Місяць тому

    Hi sir, while practicing multi container app using your git code everything works fine but having issue while running client container getting EXITED and its not creating container. Can you please help on this {mern_library_nginx_library-api "docker-entrypoint.s…" 5 minutes ago Exited (254) 5 minutes ago }

  • @sangramgotke9711
    @sangramgotke9711 6 місяців тому +1

    thank you very much

    • @NextOpsVideos
      @NextOpsVideos  6 місяців тому

      Thanks for watching 🙏🙏🙏

  • @gk-talkies
    @gk-talkies 8 місяців тому

    Hi Bro.. Sessions are very nice. thank you very much.!

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

      Thank you so much. Please do share the good word about the channel if you can.

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

    Hi sir , How many videos should expect from u on docker

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

      2 more

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

      @@NextOpsVideos thank you....have super Sunday.... good morning 🌞

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

    Sir pls upload all videos of Docker

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

    Hi,
    Online training available ?

  • @RanjithKumar-ei7yk
    @RanjithKumar-ei7yk Рік тому +1

    docker run -dit -p 5000:5000 -e MONGO_URI=mongodb://admin:password@mern_library_nginx_mongodb_1 -e NODE_ENV=development -e PWD=/app -v "$(pwd)":/app -v "$(pwd)"/node_modules:/app/node_modules --net library-mern-api --name library_mern_nginx mern_library_nginx_library-api
    sir after running this command it showing docker: invalid reference format can you help me in this..?

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

      It's a syntax issue. Check spellings and hyphens etc.

    • @RanjithKumar-ei7yk
      @RanjithKumar-ei7yk Рік тому +1

      Like I just copy pasted ur that command but still can you paste the new command without error here if possible

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

      Do not copy paste, try to type once. From windows to Linux copy paste sometimes misses hyphens or it converts them into different symbols.

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

      im also getting the error even if i typed manually ." docker: invalid reference format.
      See 'docker run --help'."@@NextOpsVideos