PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, October 18, 2022

[FIXED] How to get Docker desktop on Ubuntu?

 October 18, 2022     desktop, docker, linux     No comments   

Issue

I am new to Docker/Kubernetes and trying to see if there is a way to get 'Docker Desktop' like functionality on Ubuntu, which is my primary development machine. All I know from my search is that the 'Docker Desktop' is only from Windows and Mac.

It contains many useful tools bundled together as below which is great for someone like me who is new to the ecosystem :

Docker Desktop includes Docker Engine, Docker CLI client, Docker Compose, Notary, Kubernetes, and Credential Helper.

Is there a way to get docker desktop for Linux or is there anything similar?


Solution

Currently, docker desktop supported Mac, Windows only.

For ubuntu, you can use Docker Engine with Portainer (Web-based).

Other options:

  • LazyDocker

2022 Update: Docker Desktop for Linux (Tech Preview)

Get more info about it at this issuse It is currently only available as a .deb for Ubuntu 21.04, 21.10 and Debian distributions.



Answered By - huytmb
Answer Checked By - Timothy Miller (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing