run Linux on Windows Docker containers!!

  Рет қаралды 176,995

NetworkChuck

NetworkChuck

Күн бұрын

➡️Checkout ALL my training at CBT Nuggets: bit.ly/nc-cbt
➡️Support NetworkChuck: bit.ly/2XPaF7u
➡️Need help? Join the community: bit.ly/nc-discord
Learn how to create your own Docker Containers: bit.ly/cbtdocker
Install Docker on Windows: dockr.ly/3e2YE2B
Some awesome books on Docker:
Docker Deep Dive: geni.us/0AAOG5n
Docker up and Running: geni.us/AlIM
my FAVORITE tool: (FREE): Download SolarPutty: bit.ly/usesolar...
*Below you will find what are known as affiliate links. Basically, links to really great stuff I use that, if you buy, I will receive a super small kickback that helps support this channel. Thanks!!*
(GEAR I USE...STUFF I RECOMMEND)
Amazon Affiliate Store: www.amazon.com...
Buy a Raspberry Pi:
amzn.to/2M1iMXp
----------------------------------------------------------------------------------------------------------------
🤝🤝🤝JOIN THE Cisco Routing and Switching FACEBOOK STUDY GROUP: bit.ly/2A3vah0
🤝🤝🤝JOIN THE CCNA/CCNP Collaboration FACEBOOK STUDY GROUP: bit.ly/2FEE9aH
----------------------------------------------------------------------------------------------------------------
mcsa vcp mcse ine mta tshoot 300-135 az-900 az 900 az900 Microsoft Azure Devnet Associate
Cisco Devnet Associate
CCNP Enterprise
CCNP Security
CCNP Data Center
CCNP Service Provider
CCNP Collaboration
Cisco Certified Devnet Professional
Cisco Certified Network Professional
CompTIA Linux+
Linux+
Ethical Hacking
Hacking
#docker #dockercontainers

Пікірлер: 185
@mahfuzazam8410
@mahfuzazam8410 4 жыл бұрын
I get super excited when I see NetworkChuck videos! There's always something unique with your style of teaching! Now I'm more than excited about learning Docker! Thanks a lot and keep up the good work!
@NetworkChuck
@NetworkChuck 4 жыл бұрын
➡️Checkout ALL my training at CBT Nuggets: bit.ly/nc-cbt ➡️Support NetworkChuck: bit.ly/2XPaF7u ➡️Need help? Join the community: bit.ly/nc-discord Learn how to create your own Docker Containers: bit.ly/cbtdocker Install Docker on Windows: dockr.ly/3e2YE2B Some awesome books on Docker: Docker Deep Dive: geni.us/0AAOG5n Docker up and Running: geni.us/AlIM my FAVORITE tool: (FREE): Download SolarPutty: bit.ly/usesolarputty
@moy2549
@moy2549 4 жыл бұрын
Bro, we all make mistakes. Glad you are atleast making the effort to teach others and keep growing. Thanks for the video.
@kevinc.7730
@kevinc.7730 4 жыл бұрын
Second that.
@dirtydutches
@dirtydutches 4 жыл бұрын
@@kevinc.7730 and i second that
@peedurdupaadur
@peedurdupaadur 4 жыл бұрын
@@dirtydutches and i second that!
@bahaaraji5325
@bahaaraji5325 4 жыл бұрын
Thanks for this extra video on Docker, it takes a lot of time to prepare those videos, keep the good work:)
@tears_falling
@tears_falling 4 жыл бұрын
just wanting to say that i really appreciate the work you put into these videos, love seeing someone as passionate as you, keep up the good work
@davidrichard1811
@davidrichard1811 2 жыл бұрын
Chuck, I love your channel and the way you explain with some fun. Thank you.
@RS-techie
@RS-techie 4 жыл бұрын
Everyone makes mistakes man.. you owned your mistake, learned from it, and corrected yourself!! That makes you better than most people out there!! Keep up the awesome videos!!
@ttt5720
@ttt5720 4 жыл бұрын
This is a gem, glad I found this channel. I have a request, if you could give us some episodes on how Dockers are being used in organizations and some kubernetes, the lunch is on me when you are in Dubai.
@ritwikpuri8783
@ritwikpuri8783 4 жыл бұрын
I don't know if it's good/relevant or not...but digitalocean is having a free course on kubernetes(and containers) -> www.digitalocean.com/community/curriculums/kubernetes-for-full-stack-developers
@ttt5720
@ttt5720 4 жыл бұрын
@@ritwikpuri8783 thanks mate
@ritwikpuri8783
@ritwikpuri8783 4 жыл бұрын
@@ttt5720 glad to be of help....also, I'll be waiting on your lunch offer if/when I visit Dubai ;)
@ttt5720
@ttt5720 4 жыл бұрын
@@ritwikpuri8783 haha... Sure.
@michellenorton4766
@michellenorton4766 4 жыл бұрын
I just watched your previous video, and I thought that was super odd you said it. haha. I am currently using and learning docker, and cloud, and how they could work together and it had me shook for a second. Thanks for clearing it up! I LOVE your videos!
@lgrullon854
@lgrullon854 4 жыл бұрын
Thank you Chuck, the Linux previous video was awesome...this one is also super awesome...please keep posting docker stuff for us.
@jmunguia29
@jmunguia29 2 жыл бұрын
Network chuck look how far your docker journey has come 😱😂 crazy how fast things move and everyone learns / adapts, thanks for all you’ve taught us! I’ve learned so much through your content!
@xanos3001
@xanos3001 Жыл бұрын
Awesomeness again, completed, built all locally to success. Nice to have people give old PCs for "shop class" !!!
@TheB1nary
@TheB1nary 4 жыл бұрын
Love all of your videos buddy - greetings from the UK!
@TheRealAdamBailey
@TheRealAdamBailey 4 жыл бұрын
Thank you for helping others stay on top
@shaunmcdougall9749
@shaunmcdougall9749 4 жыл бұрын
I do a bit of programming and the most exciting thing about docker for me is the isolation and scalability of Docker, I can build my program/microservice into a container, I don't have to worry about a different application updating part of the operating system that my program relies on, thus breaking my program or bringing my service down. If I want to make a program that is based of python2.7 i can start with that image, build my program on it and deploy it on the same virtual machine as a python3.6 container and not have them fight or have separate VMs for each sub dependency. Then the scalability comes in when the program is built into microservices. Take a web application, if your current setup can't handle the current amount of traffic with one command you can add any amount of copies of the front end software to cater for the increased traffic, then if your number crunching part is not getting through the work fast enough you can always add more workers, or if the requirements drop you can always scale down and save some money on the cloud. I have even had times on my home Nas where the OS update has killed one of my home services which would require a full uninstall and reinstall to work again whereas if I was running it in a container the container would not care one bit because it is isolated, so you can have your VMs updated with the latest security patches and not worry about the applications on them, admittedly the programmers should be making sure their images are secure but that's another docker topic... I think this is where @NetworkChuck is getting at, you may not need to know how to build the image as a service/network/devOPs admin but you will need to look at traffic and scale dockers up and down to suit the application needs or you will need to define the auto-scale rules if your doing something crazy with Kubenetes, i'm still trying to work that one out lol
@dogstar2020
@dogstar2020 4 жыл бұрын
Chuck you missed the crazy dance party after you left! 🤘🔥🤪. Thx for the inspiration, as always!
@lynndemarest1902
@lynndemarest1902 3 жыл бұрын
Good for you. Corrections only improve your integrity. Bravo!
@PenicheJose1
@PenicheJose1 Жыл бұрын
I just found your videos man, great job thank you for the help you have answered a lot of my questions I appreciate you.
@webgooniedotcom
@webgooniedotcom Жыл бұрын
I think you just made it to my favorites. Thank you for sharing.
@kiranpatil8420
@kiranpatil8420 Жыл бұрын
Network Chuck is my guru i always follow him i want to learn cloud, docker, kubernetes
@GeraldOSteen
@GeraldOSteen 4 жыл бұрын
@NetworkChuck I understand that you're still learning this stuff and I appreciate that you're open to learning more. Please don't take any of the below as anything other than for the purpose of clarification and edification. Having spent decades on both network development and network engineering(including stuff to make containers a possibility), I've picked up a few things that may be helpful to you and your audience. The main difference between Virtual Machines and Containers is not that you can use a GUI or remote into it or whatever(both of which can be done in containers, anyway). The main difference is how it provides and presents hardware resources to processes running within. Virtualization provides the ability to present hardware resources even in such a manner as to facilitate easy development on other platforms. Being able to code and run applications intended for a different platform(ARM on x86, for example) is still a strength of virtualization that does not exist in containers. Such a situation is not an intended use-case for containers and until we take another step in technology, virtualization will be required to fill this role. That is why 'containers cannot replace virtualization'. Additionally, the 'typical' usage for virtual machines has been development(as mentioned above) and full-system virtualization(from the perspective of a network engineer). For web services, using virtual machines to provide a fully-functional system to clients made things easier than providing co-location or dedicated machines for clients, especially when shared hosting options were fraught with dangers and complications. Even at the beginning, it was known to be a non-ideal situation and there was a heavy preference for being able to run services in isolated, private environments without having to provide a full system to the client. In a way, we're still chasing that goal. Containers go a long way in providing an application environment suitable to the micro-service design philosophy(which was a concept created long before containers existed; I still remember the headaches of those early days). You've also mentioned the potential to provide a VPS via containers; OpenStack can do this and many hosts exist which have implemented this style of hosting for years(right up to the beginning of Docker, which was one of the driving forces behind it and why most docker images are for an entire Linux installation). The ideal usage for containers is still in the deployment of micro-services without dependence on a full OS installation, but so long as the host provides the necessary services to sustain a container, providing a 'full' OS for use as a VPS will remain commonplace. It is much easier, and cost-effective, to duplicate a container and launch it than it is to duplicate a virtual machine and waste precious resources providing a simple fully-functional, flexible, and familiar hosting environment for a client.
@monikaeliasz-kowalska6860
@monikaeliasz-kowalska6860 9 ай бұрын
You have the best films ever!
@williambaldwin9346
@williambaldwin9346 4 жыл бұрын
Remember Microsoft's way: Embrace, extend, and extinguish
@chelseaadelman1877
@chelseaadelman1877 4 жыл бұрын
Good luck with that since Azure itself runs on Linux.
@unclejimbo888
@unclejimbo888 3 жыл бұрын
I don't know, it's not 1997. Microsoft isn't in that dominant position, and Bill Gates isn't in charge anymore..
@QinisoMazibuko
@QinisoMazibuko 4 жыл бұрын
Thank you for the great content. I love the jam at the end of this video !!!!!!!!!!!!!!
@morad5119
@morad5119 4 жыл бұрын
Hey chuck ! Thanks for the video. I just created my first docker containers thanks to you. :-) Pretty awesome. You videos also made start learning linux. You were right : there is no reason to think it's scary !!
@andrewm3934
@andrewm3934 3 жыл бұрын
Just found your videos today , fantastic stuff thank you 👍
@naderafshari3456
@naderafshari3456 4 жыл бұрын
I was looking at your channel and bumped into this video after making a comment on the last video! Thank you for making this video (and all the other videos). It may be good to put a link in the first video's description to this one.
@onionboy7271
@onionboy7271 4 жыл бұрын
feel really aspiring by Chuck... like the way he lecturing...
@ChaplainDaveSparks
@ChaplainDaveSparks 3 ай бұрын
I tried running Docker and I got this cryptic error: *_"connect ENOENT \\.\pipe\errorReporter"_* OK, what does that mean?
@Nikoolayy1
@Nikoolayy1 3 жыл бұрын
It is really nice but it is just Hyper-V with a Linux virtual machine, this is how you run containers on Windows 10 as Hyper-V is free and integrated with Windows 10, so somehow the terminal redirects the terminal commands to the Hyper-V Linux Virtual Machine maybe with power shell aliases but in the end Docker for Windows uses WSL 2 and this is a VM on Hyper-V :) . Before you needed Virualbox to do the same thing, if you search the Docker documentation, you will find it.
@_film_flashback
@_film_flashback 4 жыл бұрын
You can right-click the start button and open Windows Power Shell straight from there. So much faster.
@WeekendGamerTX
@WeekendGamerTX 4 жыл бұрын
Thank you, this is very helpful!
@rustybolts8953
@rustybolts8953 3 жыл бұрын
Mixing Cocoa powder with coffee avoids side effects of too much coffee for me. Also use Theanine magnesium and amino acids but that's a whole subject so be careful.
@williambaldwin9346
@williambaldwin9346 4 жыл бұрын
I also lost my job due to this virus. Waiting on Unemployment, the 600 a week plus your normal wage is way higher than anything I could find. So during this I plan on learning some new skills. Video and audio editing is one thing with some music. I am A+ and Network+, but that was from 2005/06, though I never was offered a job.
@krishnashauzshenikala9240
@krishnashauzshenikala9240 2 жыл бұрын
thank you for easy explain
@2one2one2one
@2one2one2one 3 жыл бұрын
Always trust a person that doesn't make the effort to clean up their desktop.
@steveeparsonsjr7929
@steveeparsonsjr7929 4 жыл бұрын
My CNC table runs like this using windows 10 pro with Linux subsystems with a Linux IoT SBC controller totally open source which is the reason I'm here to learn this so I can make my CNC table work the way I want it too.
@steveeparsonsjr7929
@steveeparsonsjr7929 4 жыл бұрын
You need to have a certain time to come on I'd like to chat live about directions I'm heading and learning with Linux cross platforms using windows 10 pro linux subsystems and docker and verilog.
@cebeb47dhanesh.s36
@cebeb47dhanesh.s36 11 ай бұрын
Basically, Docker Engine is only compatible with Linux Kernel. So how do we run Docker containers on a Windows? Docker Desktop creates a lightweight Linux VM internally and inside that Linux Containers are run.
@nathanaelries9783
@nathanaelries9783 2 жыл бұрын
I'm not surprised. Microsoft has 3 stages when it comes to competitors. Extend, Embrace, Extinguish. Microsoft is on stage 2. You'll notice, while Microsoft has added linux to their OS, they have not reciprocated by open sourcing their kernel so that linux machines could do the same and run windows docker containers on linux. Thus, windows ensures their dominance by pointing out that they have more flexibility than linux, even though linux has no technical limitations preventing linux from doing the exact same thing, but it would be illegal for a corporation to implement it.
@eduardmart1237
@eduardmart1237 3 жыл бұрын
How do I stop all docker subsystems on windows? I mean am going to start a game, and don't want some wsl subsystem, or docker virtual machine consume .
@patrickpelletier3311
@patrickpelletier3311 3 жыл бұрын
I think its more processes the right way to describe docker. It run processes rather than app since it can run operating system and that would be the processeus I guess.
@BarrySwords
@BarrySwords 3 жыл бұрын
Nice Firewatch desktop background!
@sathishvijay3476
@sathishvijay3476 2 жыл бұрын
Bro,im into the linux container from here to i want execute my Testing framework(selenium+java) in this ubuntu container how can perform this can u please suggest
@rupshaghosh116
@rupshaghosh116 2 жыл бұрын
Hey @NetworkChuck! Thanks for making this video. I was looking for a way to bring up a linux environment in my Windows laptop, without burdening it with bulky apps like a virtual box, so I considered doing it with docker. Did it with the help of your video, but can you or someone seeing this later confirm my understanding that this method only gives the linux command line tool and not an actual VM? If so, is there any way to set up a linux OS VM on Windows laptop without separate virtualization apps?
@michaelreynolds4816
@michaelreynolds4816 4 жыл бұрын
This old coder thinks your videos are terrific. I now know that "Docker" is not just a place to keep my boat (which I don't have).
@ChaplainDaveSparks
@ChaplainDaveSparks 3 ай бұрын
Oh, you had me going ... I thought you were live, went to enter a comment in chat, then noticed that this stream was 4 years old ... Dang! AliExpress hasn't sent me that *_FLUX CAPACITOR_* yet. Anyway, is Docker useable for Unix programs, like _GNU Radio_ that need to use the USB ports? (Yes, I know _GNU Radio_ exists on Windows, too.)
@malkta1
@malkta1 4 жыл бұрын
I love your content. please keep up the good job => please more content about docker :-)
@brianstephens8000
@brianstephens8000 4 жыл бұрын
i walked out front and chris barnett was dancing raise the roof to r&b music
@BurkenProductions
@BurkenProductions Жыл бұрын
You can always install qemu and run what ever os you want
@marcq1588
@marcq1588 2 жыл бұрын
I like your videos. Very untertaining, especially when one is a coffee drinker :) hahaha You said in another video that these containers are very powerful and can be full blown distribution. Can you install a desktop environment similar to a KVM virtual machine or will there be limitations from the docker engine? Then how can we change the network to access these docker containers from the outside world? what is needed on the firewall?
@thelucases7843
@thelucases7843 Жыл бұрын
Doctor doctor! I get a pain in my left eye when I drink coffee - Try taking the spoon out!
@marcq1588
@marcq1588 2 жыл бұрын
It is interesting that you are doing all these very interesting and educational videos about networking, virtualization etc and you are presenting some feature from a crappy virtual machine? I would have expected the absolulte best from you, top of the top flawless demonstration, not lagging keystrokes on a keyboard. Could you explain why this situation?
@mohammadmekayelanik7408
@mohammadmekayelanik7408 Жыл бұрын
can anyone suggest to me how to add a persistent volume (Bind) to a containered linux (Debain or Ubuntu container)???
@macster1457
@macster1457 3 жыл бұрын
when I enter docker pull ubuntu, I get... "Error, please use access token to login" what is that?
@mrgeebee1622
@mrgeebee1622 2 жыл бұрын
that app f**ked my internet connection totally. Ok, figured it out, it disables every service on my ETH0 for some reason, enabling them again works. Also, I know this video is old, but much have changed it seems. You need to have a account, and for some reason it refuses to find my WSL 2 install.
@VulcanOnWheels
@VulcanOnWheels 2 жыл бұрын
0:54 This undoubtedly happened because you're always so hyperactive.
@vincinoyb9734
@vincinoyb9734 3 жыл бұрын
You can also resize your powershell window using Ctrl - mouse scrollwheel 😉
@michaeljezierski7158
@michaeljezierski7158 4 жыл бұрын
With the IT market having so many Cisco certified people, one might try getting certs from a company like Juniper. Bigger fish in smaller pond.
@TheMaevian
@TheMaevian 4 жыл бұрын
You would think that, but no job listings for juniper in my area
@O2C69
@O2C69 4 жыл бұрын
What would you think of doing a video on vitualization vs containers e.g. docker, kubernetes, openshift? my question would be, are containers replacing hyper-v/vmware, where do containers fit into infrastructure, and the uses they bring, if they are running and managed side by side on virtualization servers e.g. vmware or hyper-v. Many Thanks in advance.
@ChuckN914
@ChuckN914 4 жыл бұрын
Woot woot! More docker!
@ricardofranco7419
@ricardofranco7419 3 жыл бұрын
I'm still learning docker so I'm wrapping my head around it. I do have a question... what are the advantages of running an application on a docker container versus just straight running it on your own computer? how does the isolation of running it on docker benefit the client and/or server/developer?
@chaseopsahl
@chaseopsahl 2 жыл бұрын
Running software in docker containers allows for easy deployment of said application and it keeps it separated from the actual file system of the computer which improves security of whatever the docker container is running on.
@ricardofranco7419
@ricardofranco7419 2 жыл бұрын
@@chaseopsahl awesome! Thanks!!
@HanafiYusufSamAfghani
@HanafiYusufSamAfghani 6 ай бұрын
running comfyui amd with rocm on ubuntu docker is it possible ?
@mcgrog
@mcgrog 3 жыл бұрын
Anything preventing running a another virtualised instance of windows then having docker containers for windows and linux on the same hardware?
@kentharris7427
@kentharris7427 3 жыл бұрын
I was able to get the free version of docker and get it to launch it in command line mode in Kali Linux. How do you start the GUI?
@davidmorgan7370
@davidmorgan7370 4 жыл бұрын
Of course we can join you. Not like we have anywhere else to go currently lol
@alexcoolboy97
@alexcoolboy97 3 жыл бұрын
Now another question... Can you run Linux containers on MacOS ? macOS being based on BSD if I remember correctly, but it's not exactly a Linux kernel...
@erlin7125
@erlin7125 4 жыл бұрын
This might be a dumb question but would you happen to know if each container uses a different IP address other than the host’s or if they use a different IP address? Cheers
@slee9207
@slee9207 2 жыл бұрын
Is there any difference, other than performance, between running Ubuntu docker containers on Windows 10 and running ubuntu on hypervisors ?
@robertreyes4243
@robertreyes4243 4 жыл бұрын
Chuck is the man
@kawker
@kawker 4 жыл бұрын
Can you do a LXC vid? + for calling out your mistake
@Mrh168
@Mrh168 4 жыл бұрын
Would like to see how you access the files inside a docker container ( copy files from host machine )and move the same docker to another host
@The_Sanatan_Supreme
@The_Sanatan_Supreme 2 жыл бұрын
How to pull ubuntu with specific version (not the latest)?
@aykageneration
@aykageneration 4 жыл бұрын
i create multiplayer android game (ue4) on windows so i install docker with WSL2 for create linux docker image because i need container for my dedicated game server to push it in GKE(google kubernetes engine) and figure it with Agones (is a dedicated game server services on google...but i don't know how start for create a container with my docker desktop....my windows is 64 bit pro 2004 build version..i need some help with docker. thank you
@dindu42
@dindu42 4 жыл бұрын
I'm still a little unclear about the relationship between the Host OS and what programs can run in a Docker container. For example I have a Mac and I can install Docker for MacOs. Does this mean I cannot install MS SQL Server and or Oracle Database - only programs which have MacOS native support such as mySQL ?
@RealLexable
@RealLexable Жыл бұрын
Besides docking my life,...what email provider would you recommend for singups with services?
@patrickpelletier3311
@patrickpelletier3311 3 жыл бұрын
You can run Qemu in a countainer with KVM enabled
@kalilinuxandroid
@kalilinuxandroid 4 жыл бұрын
Complete Kali Linux Nethunter skills and hacks, just subscribe .
@brianstephens8000
@brianstephens8000 4 жыл бұрын
Randolf County Jail is where Barry is or was same with Adam Scooter And Carolyn and Tiffany
@tonyme7426
@tonyme7426 4 жыл бұрын
How about explaining to your viewers what the prereqs are in Windows 10 to run containers, or how to configure the virtual machine to host Containers?
@69purp
@69purp 3 жыл бұрын
Please make video about dockers* on linode etc
@fablamenace
@fablamenace 2 жыл бұрын
is it possible to instal linux on synology docker ? thank for this vidéo !
@eng.zaherelshaar5868
@eng.zaherelshaar5868 Жыл бұрын
under powershell in windows type: docker pull ubuntu docker run -t -d ---name myubuntu ubuntu docker exec -it myubuntu bash
@YetAnotherTruthSeeker
@YetAnotherTruthSeeker 7 ай бұрын
u better run rancher-desktop, same functions, all free and opensource, no license required
@anuradhajayatilake1093
@anuradhajayatilake1093 2 жыл бұрын
Good one
@ierosgr
@ierosgr 4 жыл бұрын
have anyone noticed that prerequisites of wsl2 breaks virtual box from running vm's?
@LukasMasek-bl3le
@LukasMasek-bl3le 6 ай бұрын
How to connect via SSH to the container?
@anitaswain5282
@anitaswain5282 18 күн бұрын
I was looking for details on how to install Ubuntu on docker. Found it. thanks a lot. Now I am looking for how to run bash scripts. Any ideas, anyone?
@charleskhedia242
@charleskhedia242 4 жыл бұрын
Can you say how to set reverse proxy using dns (named) in centos 7 ? I got project due next week.
@FirdamanJamal
@FirdamanJamal 4 жыл бұрын
Could you do a series installing kali/parrotos on docker and.... running postgresql from the dockered kali and connecting it to msfconsole.
@minhluanvan6591
@minhluanvan6591 3 жыл бұрын
Hi bro! Have you window 10 support when we run container centos by privileged?
@catherinematthew7812
@catherinematthew7812 3 жыл бұрын
how to create container? plz explain
@davidrichard1811
@davidrichard1811 2 жыл бұрын
Shall I run WordPress on Docker on Linode?
@roboedar
@roboedar 4 жыл бұрын
Dude! I get those eye twitches and never associated it with drinking coffee. Happened to reduce my coffee intake by a lot and it went away.
@shubaantaheri6164
@shubaantaheri6164 3 жыл бұрын
yea but can you run linux on Windows Docker containers running on linux on windows running on Windows docker containers??
@skhurshid248
@skhurshid248 3 жыл бұрын
Can I run openmp c++ code on windows using docker?
@purpleman173
@purpleman173 Жыл бұрын
I'd love to see a How-To video on a safe and secure Docker SMTP email server setup which would allow for the use of the Open Source Postal on a Contabo-based server(or a VPS host that allows port 25 open for this setup utilizing Docker and Postal)since based upon how Postal works it must have port 25 open. Linode would not be an ideal match in this case because they are certainly not about allowing port 25 open for obvious safety and security measures. Or better yet maybe you can edutain me on your choice of Open Source Email Delivery similar to Postal which would allow for Docker to be used on Linode without having port 25 open. Perhaps this isn't your interest. Food for thought? Maybe, possibly, hopefully??
@366phoenix
@366phoenix Жыл бұрын
Useful
@johnstarr2001
@johnstarr2001 3 жыл бұрын
Can you create a container within a container, within a container, within a container? Would there be a time difference from current reality? Would it run faster or slower?
@abhi_galav
@abhi_galav Жыл бұрын
Tbh, the entire linux OS is a container, however, i believe there will be capability issues if you try to create container inside a normal docker container because a conatinerised process can't ask for lower level resources and in order to create namespace inside containers, you would need those capabilities..so short answer..not possible practically, but with a lot of tweaks, can be done..but that will not give you a vibe of container like linux os doesn't gove you
@CJ-9314
@CJ-9314 4 жыл бұрын
Can you run Mac os Catalina in windows docker container?
@emanuelmilani7976
@emanuelmilani7976 4 жыл бұрын
No. Mac use a different kernel. You are talking about virtual machine
@brianstephens8000
@brianstephens8000 4 жыл бұрын
white stone computers said the would leave me extra parts in the dumpster but my mom wouldnt let me dumpster dive during the day then i returned at night but someone allready got my parts
@cyborghacker4392
@cyborghacker4392 2 жыл бұрын
can install desktop on docker?
you need to learn Docker RIGHT NOW!! // Docker Containers 101
23:19
NetworkChuck
Рет қаралды 2,7 МЛН
I built 24 Websites in 24 Hours
20:14
NetworkChuck
Рет қаралды 31 М.
Just Give me my Money!
00:18
GL Show Russian
Рет қаралды 1,1 МЛН
هذه الحلوى قد تقتلني 😱🍬
00:22
Cool Tool SHORTS Arabic
Рет қаралды 97 МЛН
Docker networking is CRAZY!! (you NEED to learn it)
39:12
NetworkChuck
Рет қаралды 1,7 МЛН
Running Windows in a Docker Container!
10:07
Wolfgang's Channel
Рет қаралды 310 М.
BLOCK EVERYTHING w/ PiHole on Docker, OpenDNS and IFTTT
18:38
NetworkChuck
Рет қаралды 761 М.
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 445 М.
I forced EVERYONE to use Linux
22:59
NetworkChuck
Рет қаралды 527 М.
Docker Compose will BLOW your MIND!! (a tutorial)
16:26
NetworkChuck
Рет қаралды 667 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 79 М.
the most secure OS in the world.....I hate it
20:26
NetworkChuck
Рет қаралды 612 М.
learn to HACK (the best way) // ft. John Hammond
2:27:51
NetworkChuck
Рет қаралды 1,3 МЛН
100+ Docker Concepts you Need to Know
8:28
Fireship
Рет қаралды 951 М.