Intro to Docker - Part 2 (Networking, Docker Compose)

  Рет қаралды 30,934

JetBrains

JetBrains

Күн бұрын

Пікірлер: 43
@shubhammguptaa
@shubhammguptaa Жыл бұрын
These 2 videos were probably the best videos I have seen on Docker. Great work!
@JetBrainsTV
@JetBrainsTV Жыл бұрын
Wow, thanks!
@cdhagen
@cdhagen 2 жыл бұрын
Wow, Dalia is a great tutor. So well structured and clearly articulated. 👍 Hope to see more content from her.
@mattdagangsta
@mattdagangsta 2 жыл бұрын
This was absolutely amazing and efficient and encapsulated everything I needed to learn pefectly! Thanks so much!
@JetBrainsTV
@JetBrainsTV 2 жыл бұрын
You're so welcome!
@pahan35skype
@pahan35skype 3 жыл бұрын
Thanks for the great content with useful examples and explanations of important container collaboration fundamentals! Go further with such kind of content and make this world better with it.
@antonymartinez12
@antonymartinez12 2 жыл бұрын
Thanks for the subtitles, it's very useful for those still we are learning english
@JetBrainsTV
@JetBrainsTV 2 жыл бұрын
You're welcome 😊
@kenduraghav
@kenduraghav 3 жыл бұрын
Very Helpful and explanation is very clear and steady.
@orolandorp87
@orolandorp87 2 жыл бұрын
beats every Udemy course about docker/java(whatever)
@sebastianmunoz5886
@sebastianmunoz5886 Жыл бұрын
What a great teacher!!! amazing explanation!, thx you so much Dalia Abo Sheasha
@TheCooocy
@TheCooocy 2 жыл бұрын
Thank you a lot for this example, it was exactly what I needed! I like how calm and clearly you explain, this is great :)
@that_funny_guy496
@that_funny_guy496 2 жыл бұрын
One of the best content I found for the docker
@evanhuang125
@evanhuang125 Жыл бұрын
Thanks, it is a perfect introduction of docker
@alerodriguez5814
@alerodriguez5814 Жыл бұрын
Thank you for both videos, amazing how you explain. You made it so didactic and simple to understand!
@kumo860
@kumo860 2 жыл бұрын
This explanation was wonderful; thank you so much for making this!
@dmoney_thegreat
@dmoney_thegreat 2 жыл бұрын
Great video, clear explanation. The only thing I wish is that you had a separate video on making the MyWebApp from scratch. I would really like to see your thought process making it and explanation of the xml files, jsp files etc.
@KonstantinKuda
@KonstantinKuda 3 жыл бұрын
Dalia, this is a great video. Could you kindly make another video describing how can I debug applications running in docker + starting docker in debug mode from IDE. Thanks a lot!
@WIVEKDESAI
@WIVEKDESAI 9 ай бұрын
Awesome information for docker Thank you. a kind request for making command line typing readable..
@aar021
@aar021 Жыл бұрын
I love it. So sharp. I am glad I clicked on the first video in the series. Seeing Java in title brought traumatic memories…. Serverletssssssss. Thank you for this great content.
@dineshroks
@dineshroks 3 жыл бұрын
Great content. Better if you can create another one with an explanation for volume mapping and how it helps to persist data through the compose file.
@jorgetovar621
@jorgetovar621 3 жыл бұрын
Excellent video. Maybe you could use a bigger font on the terminal, is difficult to see this video in the phone. Great content, nice explanation
@JetBrainsTV
@JetBrainsTV 3 жыл бұрын
Thanks for the tip.
@MrValentine710
@MrValentine710 9 ай бұрын
We need more from Dalia!!!! Great Tutor!!
@chebilkhalil
@chebilkhalil 2 жыл бұрын
Wonderful explanation👍👍 Thanks a lot
@JetBrainsTV
@JetBrainsTV 2 жыл бұрын
Glad you liked it!
@yaad122
@yaad122 3 жыл бұрын
Great and very helpful and thanks really appreciate it
@lsd1code
@lsd1code 6 ай бұрын
This video changed my life ❤
@michelchaghoury9629
@michelchaghoury9629 2 жыл бұрын
@Jetbrains thank you for those amazing tuts, really, a very simple tutorial the explains the concept of docker and containers very well and Dalia you are amazing, can you please in the future make some tus about Kuberneties and CI/CD pleaseee and thank you i was able to learn a lott from yout vids and tuts
@monirmostafiz2919
@monirmostafiz2919 Жыл бұрын
Awesome
@manishkrishna-c3d
@manishkrishna-c3d Жыл бұрын
wow its very usefull ☺
@gaurishgangwar
@gaurishgangwar Жыл бұрын
At 21:20 why we do not need to provide port along with the container name? Why is it just "app-db" and not "app-db:3306"?
@ponchobob
@ponchobob 8 ай бұрын
Thanks for this great tutorial. If the app container and db container running in different networks the web app could also connect to the database. Since the port of the database can be exposed and than can get accessed with IP of the host machine and the exposed port. What is the difference or the advantages of the way you described here?
@jamesvincent9135
@jamesvincent9135 2 жыл бұрын
Great video. Keep up the good work! And if any men want to be on your show, be sure to exclude them kindly. Thanks.
@rabinawal5375
@rabinawal5375 2 жыл бұрын
I tried springbootapp and done all docker things exactly. My war file Spring-Boot-Docker-0.0.1-SNAPSHOT.war. Localhost connected but The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. Anyone have solution?
@samwelotieno9452
@samwelotieno9452 2 жыл бұрын
What is the name of the chrome add on to clone directly to intellij?
@jeetsg1316
@jeetsg1316 3 жыл бұрын
Good
@sobittiwari6076
@sobittiwari6076 2 жыл бұрын
Can anyone help me on how to solve this Database is uninitialized and password option is not specified " 5:08
@yaad122
@yaad122 3 жыл бұрын
I have one question, how I can connect a service which running on the local machine like redis and I want to connect it from container, I don't want a redis container
@JetBrainsTV
@JetBrainsTV 3 жыл бұрын
If you're trying to connect a docker container to a local redis server, you'll want to use the host machine's IP address to reach the redis server. Here is a link to a StackOverflow post with more information: stackoverflow.com/questions/47376417/how-to-connect-to-a-local-redis-server-from-a-docker-container
@dant5550
@dant5550 Жыл бұрын
seeing for the first time using tomcat as base image. Not sure that's the proper way of building an image, in spite of it all working
@ruixue6955
@ruixue6955 2 жыл бұрын
27:06
Intro to Docker [with Java Examples]
21:17
JetBrains
Рет қаралды 70 М.
Men Vs Women Survive The Wilderness For $500,000
31:48
MrBeast
Рет қаралды 101 МЛН
Worst flight ever
00:55
Adam W
Рет қаралды 12 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 8 МЛН
Docker Networking Crash Course
49:19
Hussein Nasser
Рет қаралды 81 М.
Docker Tutorial for Beginners
50:38
mCoding
Рет қаралды 36 М.
Docker Networking Tutorial, ALL Network Types explained!
19:46
Christian Lempa
Рет қаралды 197 М.
Ultimate Docker Compose Tutorial
1:03:14
TechWorld with Nana
Рет қаралды 179 М.
Основы Docker. Большой практический выпуск
1:25:44
Артем Матяшов
Рет қаралды 971 М.
Practical Design Patterns in Docker Networking
42:30
Docker
Рет қаралды 66 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 95 М.
How to create a great dev environment with Docker
29:55
Patrick Loeber
Рет қаралды 264 М.
This Docker Compose UI is amazing! // Dockge
13:08
Christian Lempa
Рет қаралды 104 М.