Skip to content

anabranch/datascience-docker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 4 commits ahead, 7 commits behind wiseio:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

datascience-docker

Gitter

Containers and material for the hackday at wiseio HQ.

Introduction

If you haven't used Docker before, a good place to start is the Docker User Guide.

Setup

For those running a linux distro, you should be able to apt-get/yum docker. For those on OS X, you'll need to install boot2docker, which adds a virtual machine that docker will/can run in. [http://viget.com/extend/how-to-use-docker-on-os-x-the-missing-guide]("How to Use Docker on OS X: The Missing Guide") is a a good write up on the subject.

Getting Started

The basic Python-centric image is hosted at the Docker Hub. You can grab it:

docker pull wiseio/datascience-base

The README.md in datascience-base/ gives an overview of how to use that image to run a container locally.

About

Docker images for data science from Wise.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.2%
  • Makefile 3.8%