How to Install Docker on Ubuntu

Опубликовано: 30 Сентябрь 2024
на канале: The Tech Wing
26
0

Install Docker Desktop on Ubuntu

Estimated reading time: 5 minutes
This page contains information on how to install, launch and upgrade Docker Desktop on an Ubuntu distribution.

Prerequisites

To install Docker Desktop successfully, you must:

Meet the system requirements

Have a 64-bit version of either Ubuntu Jammy Jellyfish 22.04 (LTS) or Ubuntu Impish Indri 21.10. Docker Desktop is supported on x86_64 (or amd64) architecture.

Uninstall the tech preview or beta version of Docker Desktop for Linux. Run:

$ sudo apt remove docker-desktop

For a complete cleanup, remove configuration and data files at $HOME/.docker/desktop, the symlink at /usr/local/bin/com.docker.cli, and purge the remaining systemd service files.

$rm -r $HOME/.docker/desktop

the symlink at /usr/local/bin/com.docker.cli, and purge the remaining systemd service files.

$rm -r $HOME/.docker/desktop

$sudo rm /usr/local/bin/com.docker.cli

$sudo apt purge docker-desktop

Note

from information check this link🌐

https://docs.docker.com/desktop/linux...

#linux #ubuntu #docker