DEV Community

Indra Wahyu
Indra Wahyu

Posted on

3 3

Install Docker Desktop Fedora 35

First, install AppIndicator and KStatusNotifierItem Support
AppIndicator and KStatusNotifierItem Support

Next, install Gnome Terminal

sudo dnf install gnome-terminal
Enter fullscreen mode Exit fullscreen mode

Next, add docker repository

sudo dnf -y install dnf-plugins-core
sudo dnf config-manager \
    --add-repo \
    https://download.docker.com/linux/fedora/docker-ce.repo
Enter fullscreen mode Exit fullscreen mode

Download Docker instalation file

Finaly install docker desktop

sudo dnf install ./docker-desktop-<version>-<arch>.rpm
Enter fullscreen mode Exit fullscreen mode

Now Docker in on your app drawer
Docker in on your app drawer


Reference

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs