Giter VIP home page Giter VIP logo

docker-stacks's Introduction

docker-stacks

Docker-Stacks is where you can find ready-to-run Docker images containing Openalea applications. All those images are in Docker Hub

To use any of those images, you will need to :

  • Install docker with sudo apt-get install docker or pip install docker
  • Import the image on your computer with either docker pull <user>/<docker> if you want to pull it from an URL or docker build -t <docker_name> <path> if you want to create it from a Dockerfile in your PC.
  • Run the docker using docker run -it -p 8888:8888 <docker_name>

Note that the docker run command may get more complicated depending of what the docker needs to run.

Example with the python2 image and the Strawberry image

For the python2 image :

You need a lot of options in the docker run since the container run a X server (they are indicated in the README of the file). Additionally, there is no need to open the ports since it just open an app.

pip install docker
docker pull wilga/openalea_python2
docker run -it --env QT_X11_NO_MITSHM=1 -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix openalea/python2

As for Strawberry image :

WIP

Contribute

If you created an image of any Openalea package or package list, you are welcome to submit a pull request containing a summary of all depedancies, the version of the build, and wich packages are concerned. We will also need a image on Docker Hub to test it.

docker-stacks's People

Contributors

wilgawox avatar pomme-abricot avatar christian34 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.