Skip to content

nikitatare/cloud_workshop_hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Pull the sql database image from https://cloud.docker.com/repository/docker/scarletk99/food_store_repo. #This is the database linked with test.php #Build and run test.php using the Dockerfile attached using the following commands

#To build the image save the Dockerfile and test.php file in one directory and go to that directory and run the command: sudo docker build -t website:v1 .

#To run the image run the following command: sudo docker run -it -d -p 80:80 --name=demofoodstore website:v1

#Go to localhost:80

About

online food shop where multiple user can placed order

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published