Skip to content

Commit

Permalink
update docker webapp readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Lang committed Dec 12, 2023
1 parent 3cb9203 commit 38fb300
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ Docker containers for Astrometry.net

(cd webservice && docker build -t astrometrynet/webservice:latest .)

Web service: create a directory with index files in it, eg /tmp/index,
including a docker.cfg astrometry.net configuration file, eg
Web service: create a directory (eg /tmp/index) with index files in it,
plus an astrometry.net configuration file named "docker.cfg", eg,
add_path /index
autoindex
inparallel
and then mount it into the contain via
and then mount that directory into the contain via:

docker run --net=host --volume /tmp/index:/index astrometrynet/webservice

It will listen on port 8000.

0 comments on commit 38fb300

Please sign in to comment.