Docker Desktop for Windows 10/11 Setup and Tips

  Рет қаралды 82,589

Bret Fisher Cloud Native DevOps

Bret Fisher Cloud Native DevOps

Күн бұрын

Пікірлер: 40
@decryptmars
@decryptmars 11 ай бұрын
I have watched more than a couple tutorials on Docker Desktop for Windows and how to get going from 0. And I have to say your tutorial was one of the best ones, but not perfect. As with many tutorials on this topic, expert blindness is an issue. Even the official Docker Desktop application with its "Learning" guidance suffers from serious expert blindness starting at least at step 2 from 7 on "How do I run a container". It simply states "Clone the repository at...". Ok, how? Where to put that command? Where should I clone it to? Just in the default user folder? You mentioned it is better to use "Linux" here and I did install Ubuntu through MS Store. Does that Ubuntu have its own folder somewhere? Should I clone that repo into that? How do I do that without created a bunch of data graveyards in my regular Windows file system? At 16:11 you explain something regarding folder structures, which I understand, but how do I check that and make use of that?
@jshevan
@jshevan Ай бұрын
this
@michaelchristensen8350
@michaelchristensen8350 Ай бұрын
I have windows terminal installed with windows 11, I also have WSL2. But i don't see an option for ubuntu in the dropdown menu in the terminal ?
@BretFisher
@BretFisher Ай бұрын
Did you install Ubuntu for WSL from the Windows Store? If you can open the Ubuntu app (which is just a shell into the VM), then it should show up as an option in Windows Terminal.
@michaelchristensen8350
@michaelchristensen8350 Ай бұрын
@@BretFisher I Think got it working now thanks :-)
@CodingAbroad
@CodingAbroad 15 күн бұрын
I have windows 11 home and docker desktop forces me to have wsl2 and I can’t disable it. Is there any way I can go back to hyper v? Reason I ask is wsl2 is giving me all sorts of problems like failing to reflect the changes I make in the app
@OmarJuvera
@OmarJuvera Жыл бұрын
8:51 What is the difference between Ubuntu and Ubuntu 22.04 LTS in the windows app store? Also which one should I use?
@BretFisher
@BretFisher Жыл бұрын
Either is fine. The ones with version numbers will stick to that version, with 22.04 LTS being the current "production" version that you'd usually specify on servers, but the generic "Ubuntu" just installs the latest version, which is what I usually do for local WSL.
@6Sambora
@6Sambora 2 жыл бұрын
Thank you Bret!! I lookup and inspired by you to learn Devops 😁 Keep it up.. I am watching old videos of you to learn more
@BretFisher
@BretFisher 2 жыл бұрын
Thanks! I'm glad to hear that it's helping.
@rpgmafia8363
@rpgmafia8363 Жыл бұрын
If I want to run windows container on a windows device, do I still need wsl2, the repo and Editor for that or is this only suitable when you try to run a Linux container?
@BretFisher
@BretFisher Жыл бұрын
The last I checked, it still wants WSL2 *or* Hyper-V during install
@BretFisher
@BretFisher Жыл бұрын
Even Windows Containers need a Hyper-V VM by default.
@nickzouein
@nickzouein Жыл бұрын
Thanks for the info, seems like a very complicated process.
@johnfunk4313
@johnfunk4313 Жыл бұрын
I was hoping to find a getting started video, and while there was a tiny bit of getting started information, you went way far into technical items that an advanced user needs and not really anything that a beginner can use. This is not a good source for people who are trying to learn docker. This is much more advanced than a beginner needs.
@legonz5047
@legonz5047 Жыл бұрын
Everything sounds good untill i try it. Terminal says "...command docjer could not be found, Docker Desktop > Resources > Wsl dont show the Ubuntu and refresh does nothing. Thats frustrating not even getting the thing started without having troubles
@BretFisher
@BretFisher Жыл бұрын
I'm sorry your having trouble, and that's not a typical issue. Unfortunately, KZbin comment isn't a great place to help you troubleshoot. You're welcome to jump in our Discord at devops.fan and detail your setup and what you've tried so far.
@andrewfielden284
@andrewfielden284 6 ай бұрын
So if I want to run a Windows docker image and install applications into that image, can I do that? Is it possible to say, install an Anti-virus application into a Windows Docker image?
@BretFisher
@BretFisher 6 ай бұрын
I've never heard of AV in a container. Generally you're ONLY running a single app (webapp, CLI, API server, DB server, etc). In a Windows Container image, you'd add apps the same way you'd install something via the CLI in Windows (there's no GUI during image build). If it's a .exe installer, see what options it has by using a setup.exe /help (or /?) and if it's a .msi file, learn how to install those via CLI.
@gloums
@gloums Жыл бұрын
Awesome stuff!
@j.casshoworth9127
@j.casshoworth9127 Жыл бұрын
VERY informative. THANK YOU
@pjsemedo
@pjsemedo 7 ай бұрын
Hello. I need help to mount a external disk to docker desktop (windows). Can you help me? tks.
@CreedTrix
@CreedTrix Жыл бұрын
Your video helped a lot, thank you
@itpugil
@itpugil Жыл бұрын
Last I touched on docker properly was on 2017. Lots have changed definitely since then. I was trying to run a docker image of twingate off of a remote windows 10 desktop with vmware workstation pro 15 and an ubuntu 22 server as a guest OS. But using WSL 2 and docker desktop running natively on windows 10 was an even better idea. I was having trouble installing ubuntu 22 server in vmware because inputting something from teamviewer/anydesk then onto the vmware console was a pain. The last part where you choose a server name and username, it took a while for the inputs to get sent, the delays were horrible.
@kavithaputhra7135
@kavithaputhra7135 Жыл бұрын
What commond is used in ubuntu to connect with desktop docker
@BretFisher
@BretFisher Жыл бұрын
Once you've added Ubuntu WSL via Windows Store, follow steps at 10:45 to add it in Docker Desktop settings, then you can use docker commands normally in Ubuntu
@zbynekriha
@zbynekriha 4 ай бұрын
Dont use wsl/2, with mouth point to local fs its five time slower than hyper-v.
@BretFisher
@BretFisher 3 ай бұрын
Right, and the official docs from Microsoft and Docker are that if you use WSL, you should clone. your code into the WSL file system and you can use something like VS Code Remote plugin to edit from your host OS while the code lives in the Linux file system. That's what I and my clients/students do, and it works great.
@NewcastleFilm
@NewcastleFilm Жыл бұрын
I don't see a link to the course repo anywhere???
@BretFisher
@BretFisher Жыл бұрын
It comes with the Udemy course that this video mentions. github.com/BretFisher/udemy-docker-mastery
@vignesh3184
@vignesh3184 Жыл бұрын
Whenever I try to pull image I get local error tls bad record mac🥴
@veervikramsingh8911
@veervikramsingh8911 2 жыл бұрын
sir i am looking for consul please make some videos.
@nemesessnemesess9528
@nemesessnemesess9528 5 ай бұрын
new politics of google of showing ads is so annoying, just skip a section and you instantly see three ads or more in 30 seconds
@pondbt-e1q
@pondbt-e1q Жыл бұрын
@TheStevoth
@TheStevoth Ай бұрын
Too much waffle. I was looking for a tutorial on how to use docker. This video started ok but the guy ends up talking about downloading extra stuff and then starts talking about those making it all a bit pointless.
@BretFisher
@BretFisher 28 күн бұрын
Yea, this is not a "how to docker" video for an intro to docker. That's in the course that this video is from. This video is just how to setup Docker Desktop the best way I know.
@BasheHassan
@BasheHassan 6 ай бұрын
Plug
@jay_wright_thats_right
@jay_wright_thats_right 6 ай бұрын
It's funny that you don't show people how to do anything. LOL
@sethwinters3556
@sethwinters3556 3 ай бұрын
@jay_wright_thats_right my brother this video is labeled "setup/tips" learning how to use it is the next video 😂
Docker Desktop for macOS Setup and Tips
10:33
Bret Fisher Cloud Native DevOps
Рет қаралды 56 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 273 М.
Don't underestimate anyone
00:47
奇軒Tricking
Рет қаралды 27 МЛН
Lazy days…
00:24
Anwar Jibawi
Рет қаралды 8 МЛН
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 405 М.
WSL 2: Getting started
20:34
David Bombal
Рет қаралды 729 М.
Install Windows Subsystem for Linux (WSL)
8:41
TechWithCosta
Рет қаралды 18 М.
Running Windows in a Docker Container!
10:07
Wolfgang's Channel
Рет қаралды 350 М.
Docker Engine for Linux Servers Setup and Tips
14:55
Bret Fisher Cloud Native DevOps
Рет қаралды 23 М.
So einfach ist Docker
16:14
c't 3003
Рет қаралды 164 М.
Docker Tutorial for Beginners
50:38
mCoding
Рет қаралды 72 М.
Docker Для Начинающих за 1 Час | Docker с Нуля
52:43
Docker Desktop for Linux Desktop Setup and Tips
13:48
Bret Fisher Cloud Native DevOps
Рет қаралды 36 М.
Don't underestimate anyone
00:47
奇軒Tricking
Рет қаралды 27 МЛН