shaoguangleo / docker-centos-pgplot

My basic pgplot docker containers for all dockers based on CentOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Dockerfile to build a pgplot image based on CentOS.

How to run

Just type the following commands

# On Linux
$ docker run -it -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix shaoguangleo/centos-pgplot

# On MacOSX (ARM also support)
$ xhost + 127.0.0.1 
$ docker run -it -e DISPLAY=docker.for.mac.host.internal:0 -v /tmp/.X11-unix:/tmp/.X11-unix shaoguangleo/centos-pgplot:latest

As we all know, the version can be lateset or $ cat VERSION

TODO

recompile using -fPIC flag

travis

Build Status

About

My basic pgplot docker containers for all dockers based on CentOS


Languages

Language:Dockerfile 72.9%Language:Makefile 27.1%