You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockerized environments for diverse applications — from simple setups to full-stack projects with frontend, backend, and databases. Simplify development and deployment across various technologies with containerization.
Esta aplicación tiene como objetivo ejemplificar el uso de Github Actions para la autocreación y publicación de una imagen Docker basada en un proyecto.
This project automates the build and deployment pipeline using GitHub Actions for a Node.js and Angular-based application. It builds a Docker image, scans for vulnerabilities, and pushes the image to DockerHub.
A guide on how to get started with using Docker Image, Container and Repo. Furthermore, building it on NodeJS application and pushing the code to Docker Hub. Docker will create containerized applications that run on any type of environment that have all the dependencies within it.
Udagram is a microservice that allows users to register and log into a web client, post photos to the feed, and process photos using an image filtering.
Este repositorio contiene la documentación, los proyectos y los Dockerfiles necesarios para la actividad de la maestría en DevOps en la Universidad Internacional de La Rioja (UNIR). En este proyecto se utilizaron tecnologías como Docker, Docker Hub y Docker Compose para crear y gestionar aplicaciones contenedorizadas.