GithubHelp home page GithubHelp logo

neuroidss / edfbrowser-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maksteel/edfbrowser-docker

0.0 1.0 0.0 2 KB

EDFbrowser in a Docker container.

Home Page: https://hub.docker.com/r/manishka/edfbrowser-docker

License: MIT License

Dockerfile 100.00%

edfbrowser-docker's Introduction

Docker Cloud Automated build Docker Cloud Build Status Docker Pulls

edfbrowser-docker

EDFbrowser in a Docker container.

Requirements

  • Docker
  • An X11 socket

Quickstart

Assuming that you are able to run docker commands without sudo, run below command from the directory ($PWD) which stores the EDF, EDF+, BDF or BDF+ files.

In the (dockerized) EDFbrowser, these datasets can be browsed from under /data directory.

docker run -ti --rm -e DISPLAY=$DISPLAY \
                    -v /tmp/.X11-unix:/tmp/.X11-unix \
                    -v $PWD:/data \
                    manishka/edfbrowser-docker:latest 

macOS

  • Install and run XQuartz
  • Open XQuartz -> Preferences menu
  • Go to Security tab, and check both
    • โœ… Authenticate connections
    • โœ… Allow connections from network clients
  • Restart XQuartz
docker run -ti --rm -e DISPLAY=host.docker.internal:0 \
                    -v /tmp/.X11-unix:/tmp/.X11-unix \
                    -v $PWD:/data \
                    manishka/edfbrowser-docker:latest 

Help! I started the container but I don't see the EDFbrowser screen

You might have an issue with the X11 socket permissions since the default user used by the base image has an user and group ids set to 1000, in that case you can run either create your own base image with the appropriate ids or run below command on your machine and try again.

xhost +

edfbrowser-docker's People

Watchers

 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.