« Docker » : différence entre les versions

Aucun résumé des modifications
Ligne 1 : Ligne 1 :
{{#seo:|keywords=docker}}
{{#seo:|keywords=docker}}
== Installation ==
=== Linux ===
Voir <favorites keyword=docker_install_ubuntu output=css3linkkw />
et <favorites keyword=docker_postinstall output=css3linkkw />
<br>
Instructions
<syntaxhighlight lang="bash">
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
sudo apt update
sudo apt install docker-ce docker-ce-cli containerd.io


</syntaxhighlight>
== Liens externes ==  
== Liens externes ==  
{{grebox-jck |class=col-lg-8|content=
{{grebox-jck |class=col-lg-8|content=


<favorites path="Docker" outpur=css3treeviewkw />
<favorites path="Docker" output=css3treeviewkw />
}}
}}


[[Category:Virtualisation]]
[[Category:Virtualisation]]

Version du 28 décembre 2022 à 22:14

Installation

Linux

Voir [DOCKER_INSTALL_UBUNTU] et [DOCKER_POSTINSTALL]
Instructions

sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
sudo apt update
sudo apt install docker-ce docker-ce-cli containerd.io

Liens externes