8000 GitHub - hemanth22/website: Intellipath docker project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hemanth22/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

How to build webpage in docker.

docker build -t webapp:1.0 .

How to run a docker webapp image.

docker run -d -p 80:80 --name=welcome webapp:1.0

How to check website is up and running.

curl -I localhost:80

About

Intellipath docker project

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • HTML 50.8%
  • Dockerfile 49.2%
0