These are three short projects where I get hands-on with Docker. Through these I was able to cover up some important fundamentals such as :
- Configuring SSH connections b/w independent containers
- Dockerizing Web servers (Nginx/Apache)
- Service Isolation
- Windows Subsystem for Linux
- Ubuntu
- Docker for Desktop
- Apache2
- Nginx
Setting up and establishing a secure SSH connection between 2 Ubuntu containers in Docker.
Accessing Container 1 through Container 2
Dockerizing an Apache Web Server.
Dockerizing a Nginx Web Server.




