NAWIPS/GEMPAK Application Streaming in a CentOS 7 Environment
50K+
This docker image contains an instance of Unidata GEMPAK/NAWIPS running in a virtual X11 environment provided by CloudStream. GEMPAK GUI and command line programs can be run through a browser, though a data directory must be mounted to show real-time or archive data (most likely to /data/ldm/pub/decoded/gempak).
From the command line:
docker run -p 6080:6080 -it unidata/cloudgempak
and then open http://localhost:6080

git clone https://github.com/Unidata/CloudGEMPAK.git
cd CloudGEMPAK
make build
Specify the width and height on the command line:
docker run -p 6080:6080 -e w=1024 -e h=768 unidata/cloudgempak
The script rungempak.sh is included from the standalone GEMPAK Docker image (hub.docker.com/r/unidata/gempak/)
This repository uses a modified bootstrap.sh which overrides the unidata/cloudstream:centos7 file of the same name.
If you wish to run multiple sessions, or leverage dynamic port mapping, you would start CloudGEMPAK as follows:
docker run -P -it unidata/cloudgempak
By default, CloudGEMPAK does not use a password. You may secure your CloudGEMPAK session with a password by using the USEPASS environmental variable to set a password for the session.
docker run -e USEPASS="password" -P -it unidata/cloudgempak
Content type
Image
Digest
Size
1.4 GB
Last updated
almost 8 years ago
docker pull unidata/cloudgempakPulls:
2
Sep 7 to Sep 13