Compare commits
No commits in common. "fc92f478603e0afa59dd60b858813fe6fc6fceb9" and "3092156bd5dd9da23ea539d76934b3bf30fd4a40" have entirely different histories.
fc92f47860
...
3092156bd5
@ -1,28 +1,19 @@
|
||||
*Discord Plex FR : https://discord.gg/ERpYMqS Version 2021-03-08*
|
||||
*Discord Plex FR : https://discord.gg/ERpYMqS* *Version 2021-03-07*
|
||||
|
||||
### Installation de Docker, Docker-compose et Portainer sur raspbian
|
||||
|
||||
## Sommaire
|
||||
* [Pré-requis](#pré-requis)
|
||||
* [Installation de Docker](#installation-de-docker)
|
||||
* [Installation de Docker-compose](#installation-de-docker-compose)
|
||||
* [Installation de Portainer](#installation-de-portainer)
|
||||
|
||||
## Pré-requis :
|
||||
###Installation docker portainer raspbian
|
||||
Hello,
|
||||
|
||||
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`
|
||||
|
||||
@ -32,8 +23,7 @@ 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user