Mise à jour de 'wiki/installation_docker_portainer_raspbian.md'

This commit is contained in:
NightPumpkin 2021-03-08 21:28:45 +01:00
parent 3092156bd5
commit 3994baaeb7

View File

@ -1,19 +1,28 @@
*Discord Plex FR : https://discord.gg/ERpYMqS* *Version 2021-03-07*
*Discord Plex FR : https://discord.gg/ERpYMqS Version 2021-03-08*
###Installation docker portainer raspbian
Hello,
### Installation de Docker, Docker-compose et Portainer sur raspbian
## Sommaire
* [Pré-requis](#pre-requis)
* [Installation de Docker](#installation-de-docker)
* [Installation de Docker-compose](#installation-de-docker-compose)
* [Installation de Portainer](#installation-de-portainer)
## Pré-requis :
En 1er temps, on met a jour le raspberry :
`sudo apt update && sudo apt upgrade -y`
*Installation de Docker:*
## Installation de Docker :
On install docker :
`curl -sSL https://get.docker.com | sh`
On ajoute l'utilisateur pi au groupe docker :
`sudo usermod -aG docker pi`
*Installation de Docker-compose:*
## Installation de Docker-compose :
On install les dépendances nécessaires :
`sudo apt install libffi-dev libssl-dev python3 python3-pip`
@ -23,7 +32,8 @@ On install docker-compose
On redémarre le Raspberry
`sudo reboot`
*Installation de Portainer:*
## Installation de Portainer :
On créer le volume portainer_data nécessaire au fonctionnement de Portainer
docker volume create portainer_data