Data Science Command Line Toolbox in a docker container
688

This docker container is to make all data science tools available in a container to start your data science work in seconds.
More details about the project
Before moving to know about What, Why and How to use DST. I wanted to acknowledge Jeroen Janssens for such a wonderful tool kit for data science.
Here is the blog post to know more about this docker-data-science-toolbox
The simple and quick way to use this data-science-toolbox is as follows.
Softwares required to use docker container
data-science-toolbox image from the docker hubdocker pull appsecco/data-science-toolbox
docker run -v `pwd`:/data -it appsecco/data-science-toolbox sh
git clone https://github.com/appsecco/docker-data-science-toolbox.git
cd docker-data-science-toolbox
docker build -t data-science-toolbox .
docker run -v `pwd`:/data -it data-science-toolbox sh

Please have a look at to-do list
Please feel free to make a pull request or tweet to me @madhuakula for improvements and suggestions
Content type
Image
Digest
Size
130.9 MB
Last updated
over 8 years ago
docker pull appsecco/data-science-toolbox