Thanks to visit codestin.com
Credit goes to github.com

Skip to content

acopar/orange-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orange-docker

Docker images for Orange Data Mining Suite

Quick Setup

Start orange docker container and bind ports 5901 (VNC interface) and 6901 (browser interface).

    docker run -p 127.0.0.1:5901:5901 -p 127.0.0.1:6901:6901 -it acopar/orange-docker

Docker-compose

You can also use docker-compose file instead of command line arguments:

    docker-compose up -d

Connect

On host machine, connect to orange docker with the following url in browser:

http://localhost:6901/?password=orange

   vncviewer localhost:5901

If you want to connect to orange docker remotely, create ssh tunnel on port 6901 (5901 for vnc connectivity).

    ssh user@remote -L 6901:localhost:6901 -N -f

Now you can connect the same way as before, for example:

http://localhost:6901/?password=orange

Sharing data

The data inside the container is not persistent. If necessarry, declare additional volume mount points. This allows file sharing between the host and the container.

    docker run -p 127.0.0.1:5901:5901 -p 127.0.0.1:6901:6901 -v datasets:/home/orange/datasets -it acopar/orange-docker

About

Docker images for Orange Data Mining Suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published