Skip to content

guranshdeol/musicplayer-javascript-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stars forks issues Visitor count GitHub contributors

How to Containarize a Static Website Using Docker

  • This Project was made for Docker Workshop and addressed by Docker Captain Ajeet Singh Raina organised by Open Source Chandigarh an open source community.
  • This repositry contains all the required Media Files and Frontend Files as well as the Docker File.
  • Simply Follow the Steps to run the Container.

Technical Stack

  • HTML
  • CSS
  • JAVASCRIPT
  • httpd : The Apache HTTP Server Project
  • Docker

Prerequisite

Steps

Step 1 - Clone the repository

 git clone https://github.com/guranshdeol/musicplayer-javascript-docker.git

Step 2 - Change directory to projectname

 cd musicplayer-javascript-docker

Step 3 - Create docker image

docker build -t musicplayer .

Step 4 - Run it on server

 docker run -dit --name musicplayer -p 8080:80 musicplayer

Screenshots

image

image

References

  • I took help from collabnix.com 's Docker Labs 101 Tutorial while learning. Do check it out at Collabnix.com

Website Repositry link:

https://github.com/guranshdeol/music-player

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published