Docker Container Tutorial #1 Containers vs Images

preview_player
Показать описание
Docker Container Tutorial #1
This Docker tutorial is a demonstration of how to pull docker images from the public docker hub. I also explain the differences between a docker container and a docker image.

Join the How to code well YouTube channel to get access to premium programming courses, tutorials and member perks
Рекомендации по теме
Комментарии
Автор

Get the full Docker Containers course with no adverts:

howtocodewell
Автор

Thanks Peter for excellent illustration. appreciate your time giving to the world to grow with you. Mat.

mathewkargarzadeh
Автор

Great Explanation. I was searching for proper docker explanation and the search landed me to this channel which is really amazing. A crystal clear explanation. Great Job @Peter

DevGoal
Автор

A skilled programmer who is also able to explain things. Two very rare things. Great tutorial, Peter. Keep it up!

DDoonniiXX
Автор

Very nice video explaining the basics of docker and in perfect English ...
09:30 docker commands

salvagarcia
Автор

Thank you very much. Very easy to follow and worked flawlessly on my Macbook Pro

sublimezz
Автор

You're tutorials are amazingly structured and thorough. It's a shame that you don't get as many views as you deserve. Thanks a lot mate, you've helped me many times :)

hameem
Автор

Great video! Super simple and easy to understand

alexanderbartolo
Автор

Hi Peter! Do you have a video on how to get live reloading / refreshing in the browser when working on docker?
i have looked at a few options, but they feel so hacky and they include tech i dont realy need in my project.
anny tips to where i can get started?

Cheers from Norway!

zerqs
Автор

Just became a subscriber and going through your docker tutorials since I am new to docker...my question is about storage for docker containers. I would like to dedicate a drive (an ssd in this case) just for docker...would images and containers go in this drive and how would i do to map it to the drive?

JorgeRodriguez-enlq
Автор

I have purchased paid course on udemy, which was rated top course by hacker.io website.
Your tutorial is much better, I was confused in basic understanding but after going though your tutorials, concepts are much clear now.

Thank you very much. Have a nice day!! :)

sasinghc
Автор

I am so confused. I have a M1 Mac Mini and I want to run a Linux VM on it so I can run a few servers for my local network. Normally I used virtual box but VB doesn't run on the M1, sadly. So a friend told me to look into Docker. I downloaded "Docker Desktop" and installed it, but I really have no clue about what this is or how it works. I am just starting this video, so hopefully after watching it I have a better idea of what is going on here, lol. I mean I know what a VM is, I've been using VMWare Fusion and ESXi (and VirtualBox) for years.

urgx
Автор

it is possible to learn with windows? hav not a Mac
Thks..

paulinderlich
Автор

docker rm $(docker ps -a -f name=test -q) works in windows powershell but not in cmd shell....Any ideas?

jsrobertso
Автор

Hi Peter,
I have a few questions:
1) Why the bash that kind of shell language is under the word COMMAND?
2) What is the flag -t stands for on the docker run command? "Allocate a pseudo-TTY" doesn`t say me nothing :(

AfikAfikAfik
Автор

running `docker-machine active` gives me the message: `No active host found` - is this ok? if not what to do next?

aion