Code Monkey home page Code Monkey logo

docker_images's Introduction

docker_images

Docker image(s) for softwareQ tools

Installation

First install Docker, then clone this repository and cd into it by executing

git clone https://github.com/softwareqinc/docker_images && cd docker_images

Next build the image by executing

docker build -t softwareq-tools .

Run the Jupyter server in a container by executing

docker run -p8890:8890 -it --workdir=/home/sq/notebooks softwareq-tools sh -c "jupyter notebook --port=8890 --no-browser --ip=0.0.0.0"

The output of the docker run command should be similar to

To access the server, open this file in a browser:

file:///home/sq/.local/share/jupyter/runtime/jpserver-7-open.html Or copy and paste one of these URLs:

http://c19114f6e736:8890/tree?token=2412fa2d0a9a4b1ad79528715ed41db3c251f393de7d213d

http://127.0.0.1:8890/tree?token=2412fa2d0a9a4b1ad79528715ed41db3c251f393de7d213d

To connect to the Jupyter environment, launch a browser at one of the hyperlinks produced by docker run, which should be similar to the ones above (the token value will of course be different in your case).

See the notebooks directory for Jupyter Notebook examples.


In case you want to use the Docker container as a development environment, mount your directory (in this case the current directory) in a Docker container with

docker run --rm -it --workdir=/home/sq/hostdir -v ${PWD}:/home/sq/hostdir softwareq-tools /bin/bash

docker_images's People

Contributors

525125 avatar vsoftco avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.