Skip to content

JustHardit/DockerBasics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–₯️ Networking with Docker

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

πŸ“¦ Utilities Used

  • Windows Subsystem for Linux
  • Ubuntu
  • Docker for Desktop
  • Apache2
  • Nginx

1️⃣ Project 1

Setting up and establishing a secure SSH connection between 2 Ubuntu containers in Docker.

πŸ‘¨πŸ½β€πŸ³ Result

Accessing Container 1 through Container 2
Accessing Container 1 through Container 2

2️⃣ Project 2

Dockerizing an Apache Web Server.

πŸ‘¨πŸ½β€πŸ³ Result







Final


3️⃣ Project 3

Dockerizing a Nginx Web Server.

πŸ‘¨πŸ½β€πŸ³ Result




Final


Releases

No releases published

Packages

 
 
 

Contributors