How to Install and Uninstall docker Package on openSUSE Leap

Last updated: May 17,2024

1. Install "docker" package

Please follow the guidance below to install docker on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install docker

2. Uninstall "docker" package

Please follow the steps below to uninstall docker on openSUSE Leap:

$ sudo zypper remove docker

3. Information about the docker package on openSUSE Leap

Information for package docker:
-------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : docker
Version : 24.0.7_ce-150000.193.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 103.2 MiB
Installed : No
Status : not installed
Source package : docker-24.0.7_ce-150000.193.1.src
Upstream URL : http://www.docker.io
Summary : The Moby-project Linux container runtime
Description :
Docker complements LXC with a high-level API which operates at the process
level. It runs unix processes with strong guarantees of isolation and
repeatability across servers.
Docker is a great building block for automating distributed systems: large-scale
web deployments, database clusters, continuous deployment systems, private PaaS,
service-oriented architectures, etc.