Skip to content

prabeesh/pyspark-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run your docker with docker-compose. It helps to keep your arguments/settings in a single file and run together in an isolated environment.

Install docker-compose

pip install -U docker-compose

To start your apllication. Run following command

docker-compose up -d

Visit http://127.0.0.1:8888

To stop the service

docker-compose stop