XEphem/Containers/docker-ubuntu-20.04
Brandon Rhodes f52c073623 Switch containers’ WORKDIR to `GUI/xephem`
This lets users immediately build or run XEphem with a `cd` first.
2021-06-24 09:50:14 -04:00
..
Dockerfile Switch containers’ WORKDIR to `GUI/xephem` 2021-06-24 09:50:14 -04:00
README.md Add a container for Ubuntu 20.04 2021-06-24 08:12:02 -04:00
run Add a container for Ubuntu 20.04 2021-06-24 08:12:02 -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.