xtide with some extra tcd files and a startup script for xttpd on 8080
2.1K
FROM mitct02/xtide:2.13.2
MAINTAINER Tom Mitchell [email protected]
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", "&"]
Content type
Image
Digest
Size
96.3 MB
Last updated
almost 11 years ago
docker pull mitct02/xttpd