Sign inSign up

mitct02/xttpd

By mitct02

•Updated almost 11 years ago

xtide with some extra tcd files and a startup script for xttpd on 8080

Image
1

2.1K

mitct02/xttpd repository overview

FROM mitct02/xtide:2.13.2

MAINTAINER Tom Mitchell [email protected]⁠

⁠copy all the tcd files from ./tcdfiles into /usr/share/xtide/

ADD ./tcdfiles/* /usr/share/xtide/

ADD loop.sh /bin/ RUN chmod +x /bin/loop.sh

ENV PORT 8080

CMD ["nohup", "sh", "-c", "/bin/loop.sh $PORT", "&"]

Tag summary

Content type

Image

Digest

Size

96.3 MB

Last updated

almost 11 years ago

docker pull mitct02/xttpd