- 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.
- HTML
- CSS
- JAVASCRIPT
- httpd : The Apache HTTP Server Project
- Docker
- Docker Desktop / Play With Docker
- Basic Knowledge of Docker Commands.
git clone https://github.com/guranshdeol/musicplayer-javascript-docker.git
cd musicplayer-javascript-docker
docker build -t musicplayer .
docker run -dit --name musicplayer -p 8080:80 musicplayer
- I took help from collabnix.com 's Docker Labs 101 Tutorial while learning. Do check it out at Collabnix.com