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

Do your career a big favor. Join DEV. (The website you're on right now)

It takes one minute, it's free, and is worth it for your career.

Get started

Community matters

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

๐Ÿ‘‹ Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Communityโ€”every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple โ€œthank youโ€ goes a long wayโ€”express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay