No video

Docker Crash Course #4 - Parent Images & Docker Hub

  Рет қаралды 112,003

Net Ninja

Net Ninja

Күн бұрын

In this docker tutorial you'll learn about docker hub & how to pull down parent images.
🐱‍💻 Access the course files on GitHub:
github.com/iam...
🐱‍💻 Node.js Course:
On Net Ninja Pro - netninja.dev/p...
On KZfaq - • Node JS Tutorial for B...
🐱‍💻 Modern JavaScript Course:
On Net Ninja Pro - netninja.dev/p...
On Udemy - www.thenetninj...
On KZfaq - • Modern JavaScript Tuto...
🐱‍💻 React Course:
On Net Ninja Pro - netninja.dev/p...
On Udemy - www.thenetninj...
🐱‍💻 VS Code - code.visualstu...
🐱‍💻 Docker Hub - hub.docker.com/
🐱‍💻 Docker docs - docs.docker.com/

Пікірлер: 79
@mm-wn7fw
@mm-wn7fw Жыл бұрын
For those getting immediate exit "bug", please run this command: docker run -d -it node: thx mark Ritchie
@mikleta
@mikleta Жыл бұрын
This comment should be pinned!
@weizhang4059
@weizhang4059 Жыл бұрын
agreed
@usamahussain3413
@usamahussain3413 Жыл бұрын
Thank you
@ikresimir
@ikresimir 11 ай бұрын
Thank you!
@serhiikhrapin5024
@serhiikhrapin5024 10 ай бұрын
thanks!
@HammadHassan-nd3qd
@HammadHassan-nd3qd 8 ай бұрын
if conaitner exit immediately with cotnainer terminal dsiabled then just run "docker run -d -it node" in power shell. it will create a new container with runinng status. delete previous one then.
@learnbit_bo
@learnbit_bo 2 ай бұрын
thanks for the tip, it worked, do you know why the previous container fails?
@EnesKab
@EnesKab 2 жыл бұрын
Hey Shaun. That's an amazing explanation for Docker newbie just like me so far. Can't wait to see the other episodes of the series. Thank you !
@markritchie7044
@markritchie7044 Жыл бұрын
I can see the docker image start then exits immediately. Seems to be happing to others in the comment as well. My Ubuntu install fires up and got completion messages on the other video install steps. ****************FIXED************************ Used docker run -d -it node to get this to run in a container.. -it = interactive terminal??
@andreisolero192
@andreisolero192 Жыл бұрын
YO THANKS!!!!
@dane676
@dane676 Жыл бұрын
Thank you :D
@festus-kogo
@festus-kogo Жыл бұрын
Thanks
@jtaylor8606
@jtaylor8606 Жыл бұрын
Thanks
@ludovitvendrics122
@ludovitvendrics122 Жыл бұрын
Thanks
@user-qc2pl1nq7q
@user-qc2pl1nq7q Жыл бұрын
Watched mosh series. But your series is far MORE MORE AMAZING AND BETTER
@bensonyeboah297
@bensonyeboah297 2 жыл бұрын
@The Net Ninja, your explanation of docker is best honestly,
@SudiptaAdak-vu3su
@SudiptaAdak-vu3su 2 жыл бұрын
Ninja master CI/CD course please?
@adimardev1550
@adimardev1550 Жыл бұрын
i dont know why my running containers keep exiting after got started for a second.
@KamalSingh-zo1ol
@KamalSingh-zo1ol Жыл бұрын
Same, did you find solution.
@adimardev1550
@adimardev1550 Жыл бұрын
@@KamalSingh-zo1ol yeap, the app has crashed. we can see it in the logs. you might want to emplement the right way to build your docker image specifically.
@ethanendures
@ethanendures Жыл бұрын
@@adimardev1550 docker run -d -it node
@ridl27
@ridl27 2 жыл бұрын
your explanation of docker is so good! :) ty.
@dejuanclark4163
@dejuanclark4163 2 жыл бұрын
Wow. I was coming to Net Ninja to recommend he make a tutorial series for Docker and what do you know lmao 🤣. Awesome. Net Ninja ftw
@andrewramirez1293
@andrewramirez1293 2 жыл бұрын
This series has been so helpful!
@edwingarcia5043
@edwingarcia5043 Жыл бұрын
00:58, as far as I understand Docker, images don't contain an OS, but rather just the "file system" environment of, let's say, a Linux distribution, for example, an Ubuntu version 22.04 parent image might contain the file system of a fresh Ubuntu Installation. The OS of the host machine (the machine where the Docker Engine is installed) is being used. Let's see another example, the image `golang:1.19-alpine` contains file system (the executables, directories, etc) of the Linux distribution **Alpine**, plus a Go v1.19 installation, so that you can execute your Go application. Well, that's how I understand it, now, let's keep watching :D
@paskuda_sutulaya
@paskuda_sutulaya 7 ай бұрын
Thanks! I was confused a bit by the statement that "the parent image has the lightweight OS" while the container runs on the host OS, but now everything is clear 👍
@EmilYOo0
@EmilYOo0 2 жыл бұрын
Your are amazing teacher. don't stop. ever!
@haseebahmed4740
@haseebahmed4740 2 жыл бұрын
best series waiting for complete course
@HoodlumMedia
@HoodlumMedia 4 ай бұрын
OHMYGOD all this time and i can just... drop those commands into any command shell. lol. I was spending ages trying to find out where to open a terminal.
@boku00
@boku00 2 жыл бұрын
Loving this series my friend.
@mohammadruhulamin5991
@mohammadruhulamin5991 8 ай бұрын
you make everything water!
@AitHajar_00
@AitHajar_00 Жыл бұрын
when i try to pull the node image i get this error ' unauthorized: authentication required. '
@osherezra8460
@osherezra8460 2 жыл бұрын
Awesome as alwaysss
@user-nr3ye8qd1i
@user-nr3ye8qd1i 2 ай бұрын
On what basis do you decide which node image you are going to select for your application ?
@arkimphiri
@arkimphiri 2 жыл бұрын
You are the best. Please a Ruby on Rails Course
@user-hm8kj8is8q
@user-hm8kj8is8q 9 ай бұрын
perfect as always 👏
@NetNinja
@NetNinja 9 ай бұрын
Thank you so much 😀
@matthewpaolini
@matthewpaolini Жыл бұрын
For some reason, the docker image starts then exits immediately. I've been searching for help on this topic but don't know enough about it.
@markritchie7044
@markritchie7044 Жыл бұрын
add the -it option to docker run
@matthewpaolini
@matthewpaolini Жыл бұрын
@@markritchie7044 That worked from command line. How do I get it to work from Docker Desktop like he did?
@pankajdharmik1306
@pankajdharmik1306 Жыл бұрын
@@matthewpaolini got any solution??
@agun21st
@agun21st 2 жыл бұрын
Nice examination sir. waiting for next lessons
@nadavnesher8641
@nadavnesher8641 8 ай бұрын
Brilliant!
@praveenpallaganijp236
@praveenpallaganijp236 2 жыл бұрын
waiting for the next video
@azizullah410
@azizullah410 8 ай бұрын
Hey Shaun I have a question. What would be the parent image for MERN App?
@lexyu9693
@lexyu9693 Жыл бұрын
why I docker pull node finished then use Dokcer Desktop images node select run, when I click container start then status immediately exited? not running
@ahahahaha-kf4xe
@ahahahaha-kf4xe Жыл бұрын
no virtualization may be. hard maybe
@oliversaxon8656
@oliversaxon8656 Жыл бұрын
I get the same - did you figure this out?
@lexyu9693
@lexyu9693 Жыл бұрын
no, but use another official image it works, like nginx or hello-world, I don't have a clue, stuck here.
@festus-kogo
@festus-kogo Жыл бұрын
I used docker run -d -it node to get this to run in a container
@rowan7366
@rowan7366 Жыл бұрын
Request courses for docker with kubernetes and skaffold
@mohamedyoussef8835
@mohamedyoussef8835 2 жыл бұрын
Awesome tutorials ++++++++++++++++++++++++++++ Thank you.
@asigari0711
@asigari0711 2 жыл бұрын
Love this! Would you ever consider a recoil js for state management course?
@manishchandra6889
@manishchandra6889 Жыл бұрын
for node image latest which linux distro is it going to use?
@bensonyeboah297
@bensonyeboah297 2 жыл бұрын
ninjaaaaaaaaaaaa!!!!!!!!!!!!!!!!!!!
@nithinkamineni9392
@nithinkamineni9392 Жыл бұрын
My Docker Containers Exiting immediatly as soon as click run on my NodeJs Image. any fix?
@tarun3dadlani
@tarun3dadlani 6 ай бұрын
run the image using: docker run -d -it {image_name} I found this solution in the comments section but I am wondering how in the tutorial the image is running using the GUI of the docker but on our machine it is not
@manoj-k
@manoj-k 2 жыл бұрын
🔥🔥🔥
@muskaan7895
@muskaan7895 2 жыл бұрын
Can u pls make a playlist on data structures and algorithms in java?
@nibrasmuhammed5105
@nibrasmuhammed5105 2 жыл бұрын
😐
@ridl27
@ridl27 2 жыл бұрын
no
@pikachu5223
@pikachu5223 2 жыл бұрын
Na
@ethanendures
@ethanendures Жыл бұрын
use rust programming language 🦀
@AlexanderHariri1984
@AlexanderHariri1984 8 ай бұрын
Is that a british accent?
@NetNinja
@NetNinja 8 ай бұрын
It most certainly is!
Docker Crash Course #5 - The Dockerfile
15:03
Net Ninja
Рет қаралды 115 М.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 1,6 МЛН
Zombie Boy Saved My Life 💚
00:29
Alan Chikin Chow
Рет қаралды 6 МЛН
SCHOOLBOY. Последняя часть🤓
00:15
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 12 МЛН
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 43 М.
How I deploy serverless containers for free
6:33
Beyond Fireship
Рет қаралды 481 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 270 М.
Docker Tutorial for Beginners
56:04
Programming with Mosh
Рет қаралды 2,5 МЛН
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 439 М.
Kubernetes Crash Course for Absolute Beginners [NEW]
1:12:04
TechWorld with Nana
Рет қаралды 2,7 МЛН
you need to learn Docker RIGHT NOW!! // Docker Containers 101
23:19
NetworkChuck
Рет қаралды 2,6 МЛН
How to create a great dev environment with Docker
29:55
Patrick Loeber
Рет қаралды 260 М.
Zombie Boy Saved My Life 💚
00:29
Alan Chikin Chow
Рет қаралды 6 МЛН