Skip to content

INGV/geopsy-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

geopsy-docker

Getting start

For bulding docker container:

docker build -t geopsy .

MacOSX only

Download and install XQuartz:

Enable flag: Preferences -> Security -> Allow connections from network clients.

Export display:

MYIP="`ifconfig | grep -w inet | egrep -v -w "127.0.0.1" | awk '{print $2}' | head -n 1`"
xhost +${MYIP} || exit

Run the container:

docker run --rm -it \
    -e DISPLAY=${MYIP}:0 \
    --mount type=bind,source=/tmp/.X11-unix,target=/tmp/.X11-unix \
    -v /tmp/your-data:/opt/data \
    geopsy:latest geopsy

Contribute

Thanks to your contributions!

Here is a list of users who already contributed to this repository:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published