
git clone https://github.com/KhaledSharif/cesium-satellites.git
cd cesium-satellites
docker build -t cesium:satellites .
docker run -d -p 8080:80 cesium:satellites
In your browser, navigate to http://localhost:8080/.
For the brave of heart, there also exists an Alpine version of the container. See Dockerfile.alpine for more information.