EDFbrowser in a Docker container.
386
EDFbrowser in a Docker container.
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
XQuartz -> Preferences menuSecurity tab, and check both
Authenticate connectionsAllow connections from network clientsXQuartzdocker run -ti --rm -e DISPLAY=host.docker.internal:0 \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $PWD:/data \
manishka/edfbrowser-docker:latest
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 +
Content type
Image
Digest
Size
196 MB
Last updated
almost 7 years ago
docker pull manishka/edfbrowser-docker