XEphem/Containers/docker-ubuntu-14.04
Brandon Rhodes 1a890b614c Docker: fix container names; support --no-cache 2021-09-23 05:38:25 -04:00
..
Dockerfile Add HTTPS support and fix Minor Planet Center URLs 2021-09-13 11:42:09 -04:00
README.md Put Docker container in explicitly named directory 2021-06-24 07:28:24 -04:00
run Docker: fix container names; support --no-cache 2021-09-23 05:38:25 -04:00

README.md

XEphem Docker container

This directory offers a Dockerfile plus a small shell script run. Run the shell script to build and launch a Ubuntu 14.04 container with all the libraries XEphem needs:

./container/run

Then, at the containers prompt (which looks like root@...:/src#), you can build XEphem with:

make -C /src/GUI/xephem

And run it with:

/src/GUI/xephem/xephem

If you press up-arrow at the bash prompt right after the container launches, you will find this pair of commands already in the shell history so you can simply press Enter to run them.