For those that the Docker Desktop is in a Stopped State, go in to your system's BIOS and enable Virtualization if your CPU supports it. This is what resolved my same issue.
I have had issue's for the last 2 days trying to get Docker Desktop install until I followed this video. I tried the docs page and other video's and I always had issue's. Now everything work as intended. Thank You for the FAST video!
Excellent video and best of the part is teaching style. Short and unique. No more words just straight forward.. Love it...I remembered my Physics teacher☺
You made that really easy. I got stuck as there was no home icon on the v4.19. then I I made a mistake and closed the docker desktop and couldn't get it to open back up even with trying to open a new window. Aside from my mistake, this was a great tutorial!
Thank you. This video was posted more than year ago and there have been some changes to the Docker website in that time, however if you follow these instructions fastidiously you should be able to install Docker Desktop successfully.
Thank you a lot. I had to figure it out and make maybe 2 steps a little bit different because I'm using Linux Mint. But this tutorial was a lifesaver for me.
I install the docker engine and desktop in the morning and now it still showing the docker desktop starting. It's been 4 hours but not starting yet. Stucked at DOCKER DESKTOP STARTING.
Hi sir, i run the last command which is Hello Docker but it doesnt appear as yours where it shows me "Cannot connect to docker daemon.. " Please help me sir. Thankyou
In my computer docker desktop app not show home tab and fist open app don't show acceptable premise on but show some error then open it where i get wrong and all so fist I am try bridge kvm and ubuntu but it get wrong show error : Unable to complete install: 'Cannot get interface MTU on 'br0': No such device' can you resolve it then please explain a video pleas reply my comment 🙏
Can you please help me. I've done all your steps, but when i open Docker Deskop app it is always greet me with message "Docker Desktop starting..." and nothing changes, this sign just stands forever
totally, I got stuck at the starting page, it says it is always starting the engine. But I actually can run hello-world before launching the docker desktop. But as soon as I launch the desktop, docker run hello-world doesn't work any more. I need to power off the machine and start(restart cannot even kill the process), or stop the docker desktop to get 'docker run' working.😥😥Is there any solution?
i've already installed docker engine but i keep getting this error message The following packages have unmet dependencies. docker-desktop : Depends: docker-ce-cli but it is not installable E: Unable to correct problems, you have held broken packages.
Docker Engine stopped Solution (On Win10 host, VMWare Player 17, Ubuntu 22.04.2 LTS installed in the VM): 1. Start VMWare Player > Select Your VM (Ubuntu 22.04.2) on left pane. 2. Click "Edit virtual machine settings" on bottom of the right pane. 3. Click Hardware Tab at the top > Select Processors Menu on left pane > On right pane: tick the checkboxes for: *Virtualize Inter VT-x/EPT or AMD-V/RVI* *Virtualize CPU performance counters* 4. Click Ok. 5. Click Play virtual machine (on main interface). 6. Boot up Docker Desktop. Now it should work. Prior to doing the above steps I checked my Bios Virtualization and it was enabled. (Check this RUclips video title) Enable virtualization SVM Mode on Window 10 Pro AMD Ryzen MSI click BIOS S
Hi, over on the install docker desktop page it states to just set up the package repository. I was wondering as to why you are downloading docker engine too?
i have installed docker desktop vs ssh but I can't get access to the ubuntu desktop to accept the term to finalise the term. please any guideline or help
Many Thanks and appreciate your time and effort. I have followed all steps as outlined, as well can see the ouputs have been consistent to yours. Though docker engine is fine, its Docker Desktop it's in Stopped states. I have rechecked hyper-v virtualisation on my windows 10 pro is enabled....please can come one help. Thanks
if your like me there is a problem with KVM. Since im installing docker in a linux vm on vmware esxi, it has all sorts of issues with kvm virtualization. If you have some suggestions on getting kvm working on vmware esxi with linux 22.04 ubuntu im all ears.
for the nginx part, I was not able to link the volume back to the main system folder location. Until I figure it out... the workaroud I used. Starting from the main system in a terminal: "docker cp /home/username/Documents/mysite/. container_id:/usr/share/nginx/" this copies all the files in that main system's "mysite" folder.
i am learning docker right now and it so confusing to me ... what you did make me see the whole picture and i get what this tech want to do :) .. thanks
I just followed your tutorial on a new ubuntu machine and when I go inside a container using "docker exec -t [container id] bash" i cant do anything, it wont let me do anything, which forces me to ctrl+c and leave the container. What could be causing this?
This docker desktop app is a bit confusing. Apparently it runs in a VC environment while docker engine ce runs on bare metal. I have configured a Laravel app using Laravel Sail (a docker compose file) and naturally it doesn't run inside of docker desktop but does run via docker ce. In fact if you try to run both nothing works. I don't understand the reason for docker desktop if you already have the docker engine running on your machine. If you just want a GUI to manage your containers there is Portainer or Yacht. Am I missing something here? Not sure.
I agree. I don’t think that you’re missing anything, personally I think that Docker engine is more than enough. And it also works in VMs. It’s more about marketing than functionality, if you ask me.
@@roydondecastro if you are running Linux on your desktop or laptop the answer is yes. There is a Docker Desktop for Linux but I find it to be confusing and unnecessary (undesirable).
Can u please help me? When I sun the installer ./docker-….. It open docker, but appear docker server stopped, and not starting … can u please tell why?
@@samnadim9913 Docker desktop won't work on a Linux virtual machine. Use a physical Linux computer. If you have to use a VM, your best option is to use Docker engine from the command line. from this link: docs.docker.com/desktop/linux/install/ "Docker does not provide support for running Docker Desktop in nested virtualization scenarios. We recommend that you run Docker Desktop for Linux natively on supported distributions."
Hi, if it is possible than I have an question and need to resolve my mind idea that can I run APK android file in container how can its possible and create Dockerfile, and what will be the best error free solution for that and if any tools so please any one share and guide me thanks in advance.
After the step: sudo apt install ./docker-desktop-4.19.0-amd64.deb. I get the follow error: The following packages have unmet dependencies: docker-desktop : Depends: docker-ce-cli but it is not installable E: Unable to correct problems, you have held broken packages. Does anyone know a fix for this?
@@absprog the guy literally said that the same command doesn't work for him. It also doesn't work for me. Why not consider this issue as something that is worth addressing to? Maybe it has to do with the current version of docker? He tries to install 4.19.0 while in the video it's 4.9.0
hello sir thanks lot for this video but i have one problem i follow all your steps but when i run docker they still blocked in : docker desktop stopped i dont know what i do, please help me sir
Not working... i got stuck at : end it was showing "Docker Desktop stopped..." I have created docker account and all but still at the "Docker Desktop stopped..." please help pelase
Using Docker without Docker Desktop may require some additional setup and configuration, and may not provide the same level of convenience and integration as using Docker Desktop but it is possible
This tutorial is wrong!!! You are installing both Docker Desktop and Docker Engine, which are different things! You are first installing Docker Engine, steps 1 and 2 starting at 1:57, and that's why at 2:13 you can run the hello-world image. Skip those steps to not to install Docker Engine and proceed to install only Docker Desktop, starting at 2:30
For those that the Docker Desktop is in a Stopped State, go in to your system's BIOS and enable Virtualization if your CPU supports it. This is what resolved my same issue.
i did it but it's not working for me :(
@@kaoutarboudouft3534 Double check that you saved the settings in the bios for the virtualization to be enabled. I’m unsure what else to suggest.
Same here, it was already enabled but no luck :(
@@AshishPTechTalks I have same problem, any solution?
did you find any solution?
@@bayufathu5673
Excellent tutorial - simple and straight - a cold beer to you!
I have had issue's for the last 2 days trying to get Docker Desktop install until I followed this video. I tried the docs page and other video's and I always had issue's. Now everything work as intended. Thank You for the FAST video!
I'm glad it turned out well Victor 🤝
Excellent video and best of the part is teaching style. Short and unique. No more words just straight forward.. Love it...I remembered my Physics teacher☺
Thank you for watching, Prakash, and your nice comment
As of 04.01.23 The layout on the docker desktop application seems to have changed a bit, but the guide for the installation still works
why linux has to be so complicated ? why not just click install and done ? i dont understand this looks like when i use cmd in the 90s
You made that really easy. I got stuck as there was no home icon on the v4.19. then I I made a mistake and closed the docker desktop and couldn't get it to open back up even with trying to open a new window. Aside from my mistake, this was a great tutorial!
I'm glad it turned out well Kevin 👍
Installing the docker engine is not required. We add the docker repository for dependency and install Docker Desktop from the deb package, that's all.
This video was very useful for me but I have a problem because in docker desktop I don't have the option "HOME" in the menu
Me too. I supposed it was because I'm using Mint, but considering your comment, it seems like this is another problem.
I have the same issue
Thank you. This video was posted more than year ago and there have been some changes to the Docker website in that time, however if you follow these instructions fastidiously you should be able to install Docker Desktop successfully.
Thanks man!! Downloaded ubuntu a few days ago , and everything is new now for me. Your instructions was very helpful !
Glad it helped!👍
Thank you a lot. I had to figure it out and make maybe 2 steps a little bit different because I'm using Linux Mint. But this tutorial was a lifesaver for me.
Happy this worked out
I install the docker engine and desktop in the morning and now it still showing the docker desktop starting. It's been 4 hours but not starting yet. Stucked at DOCKER DESKTOP STARTING.
Thank you, I have been trying to install it for three days, thank you so much.👍
Consider to create a playlist for Docker in your channel - it does not exist yet
Hi sir, i run the last command which is Hello Docker but it doesnt appear as yours where it shows me "Cannot connect to docker daemon.. "
Please help me sir. Thankyou
In my computer docker desktop app not show home tab and fist open app don't show acceptable premise on but show some error then open it where i get wrong and all so fist I am try bridge kvm and ubuntu but it get wrong show error : Unable to complete install: 'Cannot get interface MTU on 'br0': No such device' can you resolve it then please explain a video pleas reply my comment 🙏
When I try to install the desktop file it says the file is not supported any ideas?
Can you please help me. I've done all your steps, but when i open Docker Deskop app it is always greet me with message "Docker Desktop starting..." and nothing changes, this sign just stands forever
Did you install Docker desktop on a virtual machine?
I dont undestand... The docker engine is part of docker desktop package so why we need to install it seperatly ???
Would you mind making a new video on this? Docker Desktop looks very different now
totally, I got stuck at the starting page, it says it is always starting the engine. But I actually can run hello-world before launching the docker desktop. But as soon as I launch the desktop, docker run hello-world doesn't work any more. I need to power off the machine and start(restart cannot even kill the process), or stop the docker desktop to get 'docker run' working.😥😥Is there any solution?
Very well explained tutorial.
there is no "home" icon option in my docker-desktop . How can i bring that?
I have the same issue. Did you figure it out?
why docker container exiting immediately after running executing docker run command?
Thank you so much. Simple - Direct - and Quick. I have Docker Desktop running!
i've already installed docker engine but i keep getting this error message
The following packages have unmet dependencies.
docker-desktop : Depends: docker-ce-cli but it is not installable
E: Unable to correct problems, you have held broken packages.
Thank you so much, its finally work for me after multiple attempts.
I'm glad it turned out well 👍
Docker Engine stopped Solution (On Win10 host, VMWare Player 17, Ubuntu 22.04.2 LTS installed in the VM):
1. Start VMWare Player > Select Your VM (Ubuntu 22.04.2) on left pane.
2. Click "Edit virtual machine settings" on bottom of the right pane.
3. Click Hardware Tab at the top > Select Processors Menu on left pane > On right pane: tick the checkboxes for:
*Virtualize Inter VT-x/EPT or AMD-V/RVI*
*Virtualize CPU performance counters*
4. Click Ok.
5. Click Play virtual machine (on main interface).
6. Boot up Docker Desktop. Now it should work.
Prior to doing the above steps I checked my Bios Virtualization and it was enabled.
(Check this RUclips video title) Enable virtualization SVM Mode on Window 10 Pro AMD Ryzen MSI click BIOS S
Thanks for this tutorial. New to Linux, Ubuntu, Docker, etc.
You're welcome Dave! 😊
Can you make for citrix workspace I am getting error of unmet dependencies while installing
I have a question . How come after pulling ubuntu image.When clicking the start button it wouldn't start
Hi, over on the install docker desktop page it states to just set up the package repository. I was wondering as to why you are downloading docker engine too?
i have installed docker desktop vs ssh but I can't get access to the ubuntu desktop to accept the term to finalise the term. please any guideline or help
Many Thanks and appreciate your time and effort. I have followed all steps as outlined, as well can see the ouputs have been consistent to yours. Though docker engine is fine, its Docker Desktop it's in Stopped states. I have rechecked hyper-v virtualisation on my windows 10 pro is enabled....please can come one help. Thanks
This is the best free software Ive seen. Respect.
Thank you for watching and your nice comment
Thanks for your effort,
if the application doesn't work correctly, you may enable virtualization in bios.
👍
When i installed the docker 4.16.2 Home menu is not available, how can i installed the container for ubuntu
Very helpful and simple, thank you for sharing.
excellent and great video, clear explaining, thanks teacher
Thank you for your feedback! I'm glad that my video was able to help you 👍
Very helpful video and to the point..
Thank you so much ✨
My ubuntu inside the container doesn't have a terminal. Only bash
if your like me there is a problem with KVM. Since im installing docker in a linux vm on vmware esxi, it has all sorts of issues with kvm virtualization. If you have some suggestions on getting kvm working on vmware esxi with linux 22.04 ubuntu im all ears.
for the nginx part, I was not able to link the volume back to the main system folder location. Until I figure it out... the workaroud I used. Starting from the main system in a terminal: "docker cp /home/username/Documents/mysite/. container_id:/usr/share/nginx/" this copies all the files in that main system's "mysite" folder.
By the way. I enjoyed the video. This has to be one of the most informative videos I've seen in a while.
i am learning docker right now and it so confusing to me ... what you did make me see the whole picture and i get what this tech want to do :) .. thanks
It really makes my day to read comments like yours. Thank you so much
I just followed your tutorial on a new ubuntu machine and when I go inside a container using "docker exec -t [container id] bash" i cant do anything, it wont let me do anything, which forces me to ctrl+c and leave the container. What could be causing this?
Try exec -it instead of exec -t
@@absprog Thank you so much, it worked. I have no idea where I got the -t from, everywhere I look now it says -it
This docker desktop app is a bit confusing. Apparently it runs in a VC environment while docker engine ce runs on bare metal. I have configured a Laravel app using Laravel Sail (a docker compose file) and naturally it doesn't run inside of docker desktop but does run via docker ce. In fact if you try to run both nothing works.
I don't understand the reason for docker desktop if you already have the docker engine running on your machine. If you just want a GUI to manage your containers there is Portainer or Yacht. Am I missing something here? Not sure.
I agree. I don’t think that you’re missing anything, personally I think that Docker engine is more than enough. And it also works in VMs.
It’s more about marketing than functionality, if you ask me.
@@absprog ty!
@@marklong2060 Does that mean, we can just install the docker engine and no need to install docker desktop?
@@roydondecastro if you are running Linux on your desktop or laptop the answer is yes. There is a Docker Desktop for Linux but I find it to be confusing and unnecessary (undesirable).
That's awesome explanation and clarification amazing
Thank you for watching and your nice comment
Haha. This guy is awesome. Simple and concise.
Thank you Samuel for your kind words! I'm happy to create a clear and concise content. 😊
After running container in terminal I can't find 'Home' bar at all. From where ubuntu can run, Please help me 😭😭😭😭😭
I am trying to install Docker Desktop in VirtualBox. I am getting an error "Docker Desktop stopped..." and "Unable to calculate image disk size" .
Docker desktop doesn’t work in Linux virtual machines…
The best installation guide out there
Thanks a lot!
can i use this setup in an intranet production level? thanks
Thank you for contributing and sharing your knowledge.
You’re welcome and thanks to you as well!
Weird, my version is missing the Home icon and menu option. I must dig further. (could be xubuntu or just me)
Okay, maybe its my Xubuntu 22.04 install... the startup process worked in Ubuntu 22.04 :)
Thanks for the tutorial.
You're welcome! 👍
I keep getting a "Docker Desktop Stopped" whenever I launch it
same, i cant figure out how to fix it
Can u please help me? When I sun the installer ./docker-…..
It open docker, but appear docker server stopped, and not starting … can u please tell why?
Did you install Docker Desktop on a virtual machine?
@@absprog I did, how do you get it to start?
@@samnadim9913 Docker desktop won't work on a Linux virtual machine. Use a physical Linux computer. If you have to use a VM, your best option is to use Docker engine from the command line.
from this link:
docs.docker.com/desktop/linux/install/
"Docker does not provide support for running Docker Desktop in nested virtualization scenarios. We recommend that you run Docker Desktop for Linux natively on supported distributions."
@@samnadim9913 did u solve it?
No one found this issue? Package 'docker-ce' has no installation candidate
I did found this issue
I am getting error Docker Desktop Stopped...
Can you plz help me to solve this
Docker desktop doesn’t work in Linux virtual machines
docker-desktop : Depends: docker-ce-cli but it is not installable
Excelllent teacher
Why no command line installer?! 😢
after opening it shows engine stopped. What now?
Was really helpful. Even showed me how to use it (which I had no idea). Thank you. *I don't seem to have a Home though on Docker?
Nor do I have Home tab. I have version 4.16.2 Which one do you have?
I get docker engine stopped as soon as I open the app
mine say something about not having permission and when I opened Docker Desktop, it just says Docker Desktop stopped.
How do you guys fix this?
Docker desktop doesn’t work in Linux virtual machines
Why need it?! If is portainer!
Thank you so much for this video, This save a lot of time for me.
I'm so glad that you found the video helpful Ahmed
Hi, if it is possible than I have an question and need to resolve my mind idea that can I run APK android file in container how can its possible and create Dockerfile, and what will be the best error free solution for that and if any tools so please any one share and guide me thanks in advance.
Excellent! Learned all I needed.
Great to hear! I am glad you found this helpful
After the step: sudo apt install ./docker-desktop-4.19.0-amd64.deb.
I get the follow error: The following packages have unmet dependencies:
docker-desktop : Depends: docker-ce-cli but it is not installable
E: Unable to correct problems, you have held broken packages.
Does anyone know a fix for this?
Just follow the video…
@@absprog the guy literally said that the same command doesn't work for him. It also doesn't work for me. Why not consider this issue as something that is worth addressing to? Maybe it has to do with the current version of docker? He tries to install 4.19.0 while in the video it's 4.9.0
hello sir
thanks lot for this video
but i have one problem
i follow all your steps but when i run docker they still blocked in : docker desktop stopped
i dont know what i do, please help me sir
Can you run the hello-world container from the terminal?
sudo docker run hello-world
@@absprog yes sir , this step is done , but when im runing the docker desktop , they still in docker desktop stopped, i dont have any ideas
@@absprog 3:00 , sir , kvm and qemu are downloading automatically or by me ?
@@midoxbz Automatically downloaded when you install Docker desktop.
Are you sure that you installed the .deb package with apt and not with dpkg?
@@absprog yes sir i swear i follow the same steps
מתן למה אתה לא עושה מדריכים בעברית?
חפש ערוץ lokipod
Not working... i got stuck at :
end it was showing "Docker Desktop stopped..." I have created docker account and all but still at the "Docker Desktop stopped..."
please help pelase
Docker desktop doesn’t work in Linux virtual machines
thank you so much sir it was really useful
You are most welcome 👍
Thank you! So straightforward...
Glad it was helpful!👍
Docker Desktop stopped...
Really helpful sir..thank you
How can i run docker application without docker desktop?
Using Docker without Docker Desktop may require some additional setup and configuration, and may not provide the same level of convenience and integration as using Docker Desktop but it is possible
thanks bro, clear and simple
Thank you for your feedback!
Excellent tutorial. Thanks much 🙂
I am so glad you found this helpful 🤗
Thanks for sharing this video. It helps me a lot.
Glad to hear that!
best tutorial ever thanks!
Thanks for your support and kind words Lucas! 👍
Thanks man, was really helpful!
This tutorial is wrong!!! You are installing both Docker Desktop and Docker Engine, which are different things! You are first installing Docker Engine, steps 1 and 2 starting at 1:57, and that's why at 2:13 you can run the hello-world image. Skip those steps to not to install Docker Engine and proceed to install only Docker Desktop, starting at 2:30
thankyouu, i wonder why my hello doesnt show.. please help me
Very nice...worked perfect
You are amazing, thanks!
Wow, thank you! 🤗
thank you, it works like a charm
That makes me so happy to hear 👏
Thank you, it helped me!
Glad it helped! 👍
awesome video!!
Thanks! 🤗
thanks you sir🙏🏻🙏🏻🙏🏻
Thanks for your support Abdul
Thank you so much. You save me man
Thank you for the tutorial
Great video! Thank you
Glad you liked it!
Thank, excellent video!
You are welcome!
muito bom mané, Brasil stay here bro
Thank you for your feedback and support
Lifesaver!
I am so glad you found this helpful 😊
excellent
Many many thanks
Great video helpful.
Glad to hear it!
Thank you, man!
god bless you
I appreciate your support and encouragement Omar, and may you also be blessed in all that you do
valeu mano, passo a passo muito bom. tmj
bala no windows 11