Docker + Swarm projects.
Some docker + swarm projects (On updates)
SSH Connections
This project includes a script for connecting to Docker containers using SSH. It automates the process of connecting to two specific containers within a Docker network.
Dockerized Apache Server
This project demonstrates how to set up an Apache web server inside a Docker container using a Debian base image. The containerized Apache server can be used to host static websites, serve dynamic content, or act as part of a microservices architecture.