Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 490 Bytes

Data Visualization

This Web-based 3D Earth Weather Simulation System will use National Weather Service(NWS), NASA, National Hurricane Center(NHC) data, such like radar cloud, hurricane and storm as the data source to demonstrate and visualize weather data in this system.

Deployment

docker stop PREVIOUS-CONTAINER
docker rm CONTAINER-NAME
docker build -t IMAGE-NAME .
docker run --name CONTAINER-NAME -p 80:8080 -d IMAGE-NAME

Clean images

docker system prune -a