Projet

Général

Profil

Scénario #33773

Mis à jour par Gilles Grandgérard il y a environ 2 ans

.h1 Objectif:

Fournir la capacité à utiliser des services dockeriser sur EOLE 2

.h1 A faire:

* Créer un paquet eole-podman

https://www.atlantic.net/dedicated-server-hosting/how-to-install-and-use-podman-on-ubuntu-20-04/

install podman
install cni
podman run -d 81:8080 nginx
reconfigure ( -> iptable CNI supprimées)
podman network reload --latest
.. tada les règles iptables sont la !


* Gérer l'interaction des régles iptables docker / ERA & bastion

.h1 Vérification

* instance reconfigure -> ok
* ajout un service web docker --> disponible
* reconfigure -> ok
* le service est toujours disponible.

Retour