Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some updates proposed to your repository #6

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

emverdes
Copy link

Hello, I've been using your proyect for some time in my teaching of containers, and over time I've been doing some changes to keep it current, so, if you like them, can merge them to your proyect.

I've changed from Dockerfile to Container file, and expanded the instructions in the README to use podman instead of docker. Also, updated the Containerfile to use Centos Steam 9, OpenJDK 11 and the latest release of Tomcat 8.

Also included instructions to create a second container and add Load Balancing and reverse proxy to Apache.

Best regards,

Enrique Verdes

Enrique Verdes and others added 7 commits March 9, 2022 22:47
En Dockerfile
- cambiamos la imagen base a Centos 8 Stream
- instalamos openjdk
- bajamos Tomcat y lo instalamos
- ejecutamos tomcat

En README.md
- Cambiamos link de instalación de docker a podman
- Cambiamos referencias a docker por podman
- Agregamos ejecución de otra instancia de contenedor para balanceo
- Agregamos configuración de balanceador con mod_proxy_balancer en
  apache
- Agregamos configuración de SELinux para balanceo.
Update tomcat URL.
Se corrigió un error en el Dockerfile con la versión de tomcat
Se corrigió en el README el formato de la configuración del reverse
proxy.
Added simple reverse proxy configuration for a single container.
Corrección de enlace
Se cambia el Dockerfile por Containerfile, y se actualiza
para usar Centos Stream 9, OpenJDK 11 y la última versión de
Tomcat 8.

Se mejora el README.md para que sea más legible y consistente y
se aclaran algunos puntos.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant