Introduction To Docker and Docker Containers

Introduction To Docker and Docker Containers

Ryan Schachte

5 лет назад

248,701 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Ryan Schachte
Ryan Schachte - 10.02.2019 18:38

Let me know what you want to learn about Docker!

Ответить
Harold Stevens II
Harold Stevens II - 26.05.2023 03:37

Can you put a docked into a virtualbox?

Ответить
Andrea Ramirez
Andrea Ramirez - 13.01.2023 23:16

Great beginner video thank you!!

Ответить
Sai Ram
Sai Ram - 05.12.2022 11:03

Just Wow..!! Very clearly and nicely explained.

Ответить
Andy Hawaii
Andy Hawaii - 24.11.2022 00:30

Kernel is a part of the OS not separate. Servers run multiple Applications, not just one.
The container concept is not new; mainframes did the same thing. I started IT in 1979, lots of experience in this area.

Ответить
MrCoffis
MrCoffis - 17.11.2022 04:17

Best video explaining what docker is period.

Ответить
Tre molony
Tre molony - 12.08.2022 15:27

wow

Ответить
Raivat Shah
Raivat Shah - 20.07.2022 11:38

Great explanation! Thanks so much!

Ответить
frosts maker
frosts maker - 09.05.2022 17:57

I used VMWare and VirtualBox. I haven't tried the first type of virtualization which use the Hypervisor as top-level and not operating system first. But, I can assure you that Containerization like docker is the way to go. I realized this after I experienced a problem with python environments. Yes, you can have multiple environments but for me, I want to completely isolate the python version, and the python environment and I want a way to make it works on either machine.

Really, docker is a way to go. You won't regret it.

Ответить
Kalyn Cook
Kalyn Cook - 18.02.2022 09:25

How well is Docker supported with Ubuntu and Red Hat? I have constant issues with VMware on Kubuntu and Fedora. If this is a good alternative, that would be great!

Ответить
Aayesha Zia
Aayesha Zia - 12.01.2022 03:42

Great introductory video about Docker :)

Ответить
donald kennedy
donald kennedy - 20.12.2021 14:36

superb - simple description and comparison , perfect:)

Ответить
JustATin
JustATin - 14.12.2021 13:52

was very easy to understand!

Ответить
Deli
Deli - 05.11.2021 09:19

This video mainly seemed to talk about the attributes rather than define what is going on. The parts you did talk more definition was helpful but the rest seemed like a sales pitch for something behind a curtain

Ответить
Jesus Romero
Jesus Romero - 04.10.2021 03:50

The explanation I was looking for! Thank you!

Ответить
Hellscream Games
Hellscream Games - 04.10.2021 02:48

Good video.

Ответить
Vuksan Obradovic
Vuksan Obradovic - 18.09.2021 15:54

Amazing explanation. Thank you very much!

Ответить
Damiano Schirinzi
Damiano Schirinzi - 16.08.2021 13:53

Really helpful! Thank you my guy <3

Ответить
Vimal Raina
Vimal Raina - 12.08.2021 07:21

explained in a very simple way with enough details to get started, thanks for your effort!!

Ответить
Genki Feral
Genki Feral - 02.08.2021 00:25

great job making it simply to understand. thanks.

Ответить
Vikrant haldavnekar
Vikrant haldavnekar - 20.07.2021 09:22

You are the boss man, such a simple yet a very clear explanation!!. Did not find it elsewhere. Thanks a lot.

Ответить
Joe Neighbor
Joe Neighbor - 16.07.2021 15:30

A third option I don't see here, is to use cloud (someone else's computer) instances. What I do for some projects is use an Azure instance (could be AWS or something else) installed with whatever OS I need, remote desktop to it, set it all up, and then use the instance like a VM.
With the remote desktop client, it's very similar to running a VM. But unlike a VM the desktop client takes little resources. These are separate computer(s) with their own own cores, RAM, disk space, etc. And I can do things like reprovision an instance to say 20+ cores temporarily and then run Python multithreading/multiprocessing module scripts, etc., then drop the instance back down to 2 cores or whatever for back for normal development setups.

This setup is particularly good for monster C/C++ projects that take an hour or more to build. Temporarily provision for lots of cores and RAM and get it built in record time.
Have to try it to appreciate it.

But there are some cons; each setup has it's pros and cons.
Cons:
* You have to pay fees for the instances. Although I can run a two core instance cheaply for about 20 cents an hour. The 20+ core ones are into several dollars per hour.
* Needs an internet connection.
* You have to copy your files to and from the instance over the internet, not much of an issue if you have high bandwidth connection, but have to wait depending on the size of the data.

Pros:
* Another box with it's own resources. You only have the minimal remote desktop client resources to contend with while it's running.
* It's very close to the VM experience that you probably already know.
* Can provision up to many cores, RAM, temp disk space, even GPUs for ML work, etc., then drop it back down if/when needed.

Also for that matter, a related solution is setup your LAN with slave boxes to run your stuff on. Hardware is relatively cheap these days and you can find decent surplus boxes on eBay, local e-waste shops, etc., with plenty of horsepower. Might not have to buy the latest hardware for the box(es).
Then use a hardware KVM switch to switch between machines, use multiple monitors, and/or use virtual KVM software to give it more of the VM experience. Again though with it's own pros and cons. Like the con of cooling problems if running multiple slave boxes at once.

Ответить
saikrishna vinjamuri
saikrishna vinjamuri - 07.07.2021 20:02

This is what I want no nonsense just definition

Ответить
Michael Peters
Michael Peters - 02.07.2021 09:11

This is the best explanation of what docker is anywhere on the internet. Thank you!

Ответить
Levon9
Levon9 - 26.06.2021 21:54

Simply fantastic - thanks for the great introduction/conceptual overview.

Ответить
Ten Minute Tokyo 2
Ten Minute Tokyo 2 - 09.06.2021 05:44

The more important question is why do we overcomplicate everything?

Ответить
Ifeoluwa Ajumobi
Ifeoluwa Ajumobi - 08.06.2021 13:28

Great Explanation!!!!

Ответить
yN Ny
yN Ny - 30.04.2021 21:41

Well explained, I really like the assets and drawbacks of both technologies presented. Thank you :)

Ответить
Rishabh
Rishabh - 23.04.2021 11:26

excellent explanation.

Ответить
Asish Reddy
Asish Reddy - 15.04.2021 01:13

Amazing explanation, but can you clarify what you mean by. "image" in the video? You mention it multiple times but I can't grasp exactly what an image is and what it does.

Ответить
LATIFA ODUMOSU
LATIFA ODUMOSU - 11.04.2021 19:03

This was really helpful. Thank you so much

Ответить
Todor Todorov
Todor Todorov - 29.03.2021 17:37

Sorry my ignorance, but why does a docker image "has less dependencies" and "is easier to deploy" than a virtual machine? My experience with correctly configured VM infrastructure is that you just pick your host and deploy the files. If you use SAN or other central storage, you only need to push the configuration. Where is a configured virtual machine more difficult to deploy than a docker image?

Ответить
Yhenpaws
Yhenpaws - 25.03.2021 22:47

Who's here because of AZ900? :D

Ответить
ron gal
ron gal - 22.03.2021 18:06

Best explanation yet! Thanks!

Ответить
icarrydateam
icarrydateam - 27.02.2021 06:35

Great video, ty!

Ответить
B C
B C - 25.02.2021 11:10

Can you tell me what microphone and audio setup you were using to make this video. Thanks very much.

Ответить
Rimantas Malevanovas
Rimantas Malevanovas - 29.01.2021 09:24

I was looking for explanation video to introduce my friend to containerisation. This. Is. PERFECT.

Ответить
RadespotosR
RadespotosR - 09.01.2021 02:28

Thanks for the video man!

Ответить
RadespotosR
RadespotosR - 09.01.2021 02:23

All true for VMs but with esxi you don't have an os plus hypervisor, cause esxi is both there. From there up ignis like you show

Ответить
PiIsRational
PiIsRational - 07.01.2021 18:02

This "Introduction To Docker and Docker Containers" course is at EXACTLY the correct level. it sets up the context very well.

Ответить
T G
T G - 28.12.2020 17:50

Wow what an expert instructor. Best explanation I have seen about virtualization and containers

Ответить
al Cap
al Cap - 25.12.2020 22:02

Wow. It's so simple! Thank to you. Big Al aka RokkittBass

Ответить
Subramanian Balagopalan
Subramanian Balagopalan - 08.12.2020 09:12

can you also create a video on Kubernetes please

Ответить