That is pretty cool!
That is allI wanted to say :)
Sebastian
On 27 Jan 2016, at 10:57, Maël Auzias mael@auzias.net wrote:
Hi y'all!
If you looking for an easy way to compile the bleeding edge source code of IBR-DTN, this Dockerfile may be useful:
FROM debian:8.2 MAINTAINER Mael Auzias docker@mael.auzias.net LABEL Description="This image is used to run an ibrdtn daemon from Debian 8 package with the most up-to-date source code" RUN apt-get update && apt-get install -y \ git tmux g++ libpth-dev make dh-autoreconf ca-certificates libicu52 libpsl0 libssl1.0.0 openssl pkg-config \ --no-install-recommends \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* RUN cd \ && git clone https://github.com/ibrdtn/ibrdtn.git \ && cd ibrdtn/ibrcommon/ \ && ./autogen.sh \ && ./configure && make && make install \ && cd ../ibrdtn/ \ && ./autogen.sh \ && ./configure && make && make install \ && echo "include /usr/local/lib/*" >> /etc/ld.so.conf && ldconfig EXPOSE 4556 ENTRYPOINT ["/bin/bash"]
You can then run $docker run --hostname nodeName -it --rm -v /tmp/dtn.conf:/dtn.conf ibrdtnbleeingedge and execute #dtnd -c /dtn.conf, add the flag --net=host if the aim is to use your host interface.
Have a nice day!
Best regards,
Auzias Maël auzias.net - vcard - thesis GSM: 0033 695 118 774 -- !! This message is brought to you via the `ibr-dtn' mailing list. !! Please do not reply to this message to unsubscribe. To unsubscribe or adjust !! your settings, send a mail message to ibr-dtn-request@ibr.cs.tu-bs.de !! or look at https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn.