add script eole

This commit is contained in:
root
2025-02-18 16:59:50 +01:00
parent c14b74590d
commit b4d7d688c7
2 changed files with 18 additions and 3 deletions

15
misc/tools/eole.sh Normal file
View File

@ -0,0 +1,15 @@
#!/bin/bash
# Include bibliotheque de fonction
. e-ihm.sh
Title "NETWORK"
EchoRouge "ATTENTION SOLUTION DE CONTOURNEMENT POUR LE POC"
EchoRouge "A résoudre si l'on souhaite mettre en production"
# On réinstall docker-ce car le reconf détruit le reseau docker, la reinstall de docker-ce rétablit le reseau
apt-get install docker-ce --reinstall
# ATTENTION A REVOIR car ouvre complétement le firewall
iptables -P INPUT ACCEPT