Skip to content

nekoemperor/website-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker & Containerisation

Running docker container for a simple website.

Table of contents

About

In this repo, we are going to build a docker image that can run a simple website using official build of image Nginx.

Demo

Check out the demo:

Installation

  • See the docker documentation for installation docker
  • Clone this repo
  • In the terminal, go to the root folder of this repo
  • run docker build -t web-docker:latest .
  • then, docker run --name web-docker -p 9080:80 -d web-docker:latest

About

Running docker container for a simple website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published