Sign inSign up

flockowak/beaker

By flockowak

Updated about 9 years ago

Beaker Notebook - THE DATA SCIENTIST'S LABORATORY from beakernotebook.com

Image
1

354

flockowak/beaker repository overview

What's in this image?

Beaker is a notebook-style development environment for working interactively with large and complex datasets. Its plugin-based architecture allows you to switch between languages or add new ones with ease, ensuring that you always have the right tool for any of your analysis and visualization needs.

Download from http://beakernotebook.com: Beaker version 1.7.1 This image is based on the official ubuntu:16.04

Difference to the official Docker image

  • No password required for accessing Beaker through the web-app! I couldn't whether figure out the password nor how to set it for running the official docker, thats the reason, why I set up this docker image...
  • Size of the image The official image is more than 6GB...this image is only around 1.3GB

Usage

Simply run the image within docker using:

docker run -dit --net=host --name my-beaker -p 8801:8801 flockowak/beaker

The beaker application should be available in the browser at localhost:8801

Note: For some reason exposing the port does not work (maybe because nginx is running on 127.0.0.1/localhost inside the container instead of 0.0.0.0). Therefore the --net=host parameter has to be used for running the container!

See also:

Tag summary

Content type

Image

Digest

Size

772.7 MB

Last updated

about 9 years ago

docker pull flockowak/beaker