How to Install
- 
2. Enabling Docker RepositoryEnable Docker CE Repo for Fedora GNU/Linux 
- 
3. Pre-Installation ChecksThen Check KVM Virtualization is available 
 This because Docker desktop run in a QEMU Virtual Machine!
 So try:egrep -c '(vmx|svm)' /proc/cpuinfo If in Output > 0 then your Processor support Hardware Virtualization! 
 Make sure virtualization is enabled in BIOS: Enable Intel VT/AMD-V Guide!
 Finally, if the answer is negative you can still use KVM but only in a Slow mode…
- 
4. Downloading Docker desktopDownload Docker desktop for Fedora GNU/Linux Possibly, on Firefox Prompt Choose “Save File”:   
- 
5. Installing Docker desktopThen to Set up Docker desktop on Fedora 
 First Access the Target, usually in the Downloads folder:cd && cd Downloads To Check is there do: ls . | grep docker-desktop The grep Command Refine the output List showing only the entries Matching the Keyword. 
 But if yuo are in Trouble to Find Out it on Terminal See: How to Access Downloads Folder from Browser.
 And then to Setup Docker desktop:sudo dnf install ./docker-desktop*.rpm Authenticate with the User Admin Pass. 
Contents
