XEphem/Containers/docker-ubuntu-22.04
Joel Hanger 4f84ae146a Fixed for working with Ubuntu 22.04 in docker containers; cd Containers/; git add docker-ubuntu-22.04/; perl -pi -e 's/21.04/22.04/g' docker-ubunut-22.04/Dockerfile; voila, works to run docker container on Ubuntu 22.04; 2023-10-05 16:58:13 -07:00
..
Dockerfile Fixed for working with Ubuntu 22.04 in docker containers; cd Containers/; git add docker-ubuntu-22.04/; perl -pi -e 's/21.04/22.04/g' docker-ubunut-22.04/Dockerfile; voila, works to run docker container on Ubuntu 22.04; 2023-10-05 16:58:13 -07:00
README.md Fixed for working with Ubuntu 22.04 in docker containers; cd Containers/; git add docker-ubuntu-22.04/; perl -pi -e 's/21.04/22.04/g' docker-ubunut-22.04/Dockerfile; voila, works to run docker container on Ubuntu 22.04; 2023-10-05 16:58:13 -07:00
run Fixed for working with Ubuntu 22.04 in docker containers; cd Containers/; git add docker-ubuntu-22.04/; perl -pi -e 's/21.04/22.04/g' docker-ubunut-22.04/Dockerfile; voila, works to run docker container on Ubuntu 22.04; 2023-10-05 16:58:13 -07: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.