Installez Docker dans Suse Linux

# Install the docker package:

sudo zypper install docker

# COPY CODE
# To automatically start the Docker service at boot time:

sudo systemctl enable docker.service
Salo Hopeless