Skip to content

Karem1986/Docker_Containers_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Website deployed with Docker and Nginx Steps:

  1. Clone this repository in your machine
  2. Git pull
  3. Make changes to the index html to see how Docker containers and images work
  4. Stop the container using port 8080->80/tcp
  5. Build the container: docker build -t docker_nginx_personal_website .
  6. Run the image: docker run -d -p 8080:80 docker_nginx_personal_website

About

Website project hosted by NGINX Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published