Ce tutoriel fonctionne aussi pour Portainer Community Edition (CE) : il faudra juste ajuster le fichier docker-compose.yml en changeant l'image.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# | |
# Version : 1.2 | |
# | |
# Source : https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#using-argon2 | |
# Nécessite argon2 / Need argon2 : brew install argon2 ou / or : brewi argon2 | |
# ~~~~~~~ Some functions definitions ~~~~~~ # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# | |
# Version : 1.1.1 | |
# | |
# Script pour loguer les différentes adresses IP obtenues sur le mac | |
# Prérequis : | |
# - ts via moreutils : brewi moreutils (ou : brew install moreutils ) | |
# - ou ets : https://github.com/zmwangx/ets#installation | |
# - tee : man tee | |
# - logrotate : brewi logrotate (ou : brew install logrotate ) |
Objectif final :
Déplacer le dossier docker, et le paquet Docker sur le volume SSD NVMe pour gagner en fluidité. Voir §-III. à la fin de ce GIST.
Note :
Les commandes suivantes sont pour la plupart à lancer en root dans un terminal, pensez à faire un :sudo -i