It seems that this command is doing the trick :

systemctl --user restart docker-desktop
Answer from vincenth on askubuntu.com
🌐
Docker Docs
docs.docker.com › manuals › docker desktop › use the docker desktop cli
Use the Docker Desktop CLI | Docker Docs
April 22, 2026 - The Docker Desktop CLI lets you perform key operations such as starting, stopping, restarting, and updating Docker Desktop directly from the command line.
Discussions

shell - How to start Docker from command line on Linux? - Stack Overflow
Hope you have a command line that runs and opens Docker on linux. ... @IłyaBursov the shell script catch the OS system with the "popular" name, so the target of the script will get all the linux distros. I only want the command with execute the Docker with CLI comand. ... Thanks @Philippe thats possível have I want. This command systemctl --user start docker-desktop ... More on stackoverflow.com
🌐 stackoverflow.com
linux - How to get Docker desktop on Ubuntu? - Stack Overflow
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 ' More on stackoverflow.com
🌐 stackoverflow.com
Should I install Docker Desktop for Linux?
Docker Desktop is concipated for macOS and Windows, therefore there is not a single valid reason to use for linux since it runs natively. More on reddit.com
🌐 r/docker
31
0
October 11, 2023
Docker desktop -- how to run a command?
Not sure what you you mean by run in 'Docker Desktop' as opposed to the terminal? Please elaborate. What exactly do you think would be different? Why don't you want to run that in the terminal? More on reddit.com
🌐 r/docker
17
2
February 1, 2024
🌐
LinuxVox
linuxvox.com › blog › start-docker-desktop-from-command-line-linux
Starting Docker Desktop from the Command Line on Linux — linuxvox.com
By understanding the fundamental concepts, following the usage methods, common practices, and best practices outlined in this blog post, you can efficiently start, stop, and manage Docker Desktop on your Linux system. Whether you are automating tasks or troubleshooting issues, the command-line interface is a powerful tool in your Docker toolkit.
🌐
OSTechNix
ostechnix.com › home › virtualization › docker › a beginners manual to docker desktop for linux
A Beginners Manual To Docker Desktop For Linux - OSTechNix
October 18, 2022 - To remove Docker Desktop on RPM-based systems, run: ... Finally, remove the unwanted configuration and data files, docker-cli symlink and purge the remaining systemd service files. ... If you prefer CLI over GUI, we have compiled a list of essential Docker commands for beginners and posted in the following link. Please go through it to get started with Docker commands from command line. Docker Commands Tutorial | Getting Started With Docker In Linux
🌐
How-To Geek
howtogeek.com › home › programming › how to install and get started with docker desktop on linux
How to Install and Get Started With Docker Desktop on Linux
October 11, 2022 - $ wget https://desktop.docker.com/linux/main/amd64/docker-desktop-4.12.0-amd64.deb · The Docker Desktop package depends on other packages from the Docker repository. Although Desktop itself isn't installed from the repository, you still need it in your sources list so the dependencies can be resolved. Run the following sequence of commands to add Docker's Apt repository to your machine:
🌐
Docker Docs
docs.docker.com › manuals › docker desktop
Docker Desktop | Docker Docs
May 28, 2026 - Ability to work natively on Linux through WSL 2 on Windows machines. Volume mounting for code and data, including file change notifications and easy access to running containers on the localhost network. ... Install Docker Desktop on Mac, Windows, or Linux.
Find elsewhere
🌐
Docker Docs
docs.docker.com › get started › introduction › get docker desktop
Get Docker Desktop | Docker Docs
March 12, 2026 - In this hands-on guide, you will see how to run a Docker container using Docker Desktop. Follow the instructions to run a container using the CLI. Open your CLI terminal and start a container by running the docker run command:
🌐
Docker
docker.com › docker desktop: the #1 containerization tool for developers | docker › docker desktop: the #1 containerization tool for developers | docker
Docker Desktop: The #1 Containerization Tool for Developers | Docker
April 8, 2025 - The Docker CLI offers a robust command-line tool for precise control over your containers. Execute complex commands, automate tasks, and integrate Docker seamlessly into your workflows.
🌐
TecMint
tecmint.com › home › linux distros › ubuntu › how to install and use docker desktop on ubuntu and linux mint
How To Install Docker Desktop on Ubuntu and Linux Mint
April 20, 2023 - $ wget -c https://desktop.docker.com/linux/main/amd64/docker-desktop-4.17.0-amd64.deb · Then, once again update the local package index and install DEB package using the apt command as shown. $ sudo apt update $ sudo apt install ./docker-desktop-4.17.0-amd64.deb
🌐
Sysdig
sysdig.com › learn-cloud-native › what-is-docker-cli
What is Docker CLI (command line interface)? | Sysdig
April 8, 2026 - Docker CLI tool is a command line application used to interact with the dockerd daemon, the process that manages containers and handles the CLI commands.
🌐
Docker Docs
docs.docker.com › desktop › setup › install › linux.md
Install Docker Desktop on Linux > Docker Desktop terms >
Use the docker context ls command to view what contexts are available on your machine. The current context is indicated with an asterisk (*). console $ docker context ls NAME DESCRIPTION DOCKER ENDPOINT ... default * Current DOCKER_HOST based configuration unix:///var/run/docker.sock ... ...
🌐
Docker
docker.com › get started | docker
Get Started | Docker
November 24, 2025 - Prefer using the command line? The Docker CLI is here to elevate your development experience. Seamlessly manage containers, images, and networks using straightforward commands tailored for CLI aficionados.
🌐
Docker Docs
docs.docker.com › manuals › docker desktop › linux › install docker desktop on ubuntu
Install Docker Desktop on Ubuntu | Docker Docs
May 28, 2026 - Learn how to install, launch, and upgrade Docker Desktop on Ubuntu. This quick guide will cover prerequisites, installation methods, and more.
🌐
Reddit
reddit.com › r/docker › docker desktop -- how to run a command?
r/docker on Reddit: Docker desktop -- how to run a command?
February 1, 2024 -

I have the following docker command:

docker run --name kavita -p 5000:5000 \
    -v /kavita/data/directory:/kavita/config \
    --restart unless-stopped \
    -d jvmilazz0/kavita:latest

I want to run this command in Docker Desktop, not my terminal. How can this be done?

🌐
Docker Docs
docs.docker.com › manuals › docker desktop › install docker desktop on linux
Install Docker Desktop on Linux | Docker Docs
April 10, 2026 - Install Docker on Linux with ease using our step-by-step installation guide covering system requirements, supported platforms, and where to go next.
🌐
Docker
docs.docker.com › get started › get docker
Get Docker | Docker Docs
March 12, 2026 - Commercial use of Docker Desktop in larger enterprises (more than 250 employees OR more than $10 million USD in annual revenue) requires a paid subscription. A native application using the macOS sandbox security model that delivers all Docker tools to your Mac. A native Windows application that delivers all Docker tools to your Windows computer. A native Linux application that delivers all Docker tools to your Linux computer.