From 4e74b560b7bb1ec9aaecdd299c6d436ad2b1a80d Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 13 May 2020 10:11:47 +0200 Subject: [PATCH] Updated instructions --- docker/Dockerfile | 16 ---------------- docker/README.md | 7 ++----- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 docker/Dockerfile diff --git a/docker/Dockerfile b/docker/Dockerfile deleted file mode 100644 index cc7b7d897e..0000000000 --- a/docker/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ubuntu:18.04 - -ENV DEBIAN_FRONTEND noninteractive - -# Pass --build-arg TZ= when running docker build to override this. -ARG TZ=Europe/Rome - -RUN apt-get update && apt-get -y install wget lsb-release gnupg tzdata -RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone -RUN wget -O apt-ntop-stable.deb http://apt-stable.ntop.org/18.04/all/apt-ntop-stable.deb && \ - dpkg -i apt-ntop-stable.deb && rm -f apt-ntop-stable.deb -RUN apt-get update && apt-get -y install ntopng -RUN echo '#!/usr/bin/env bash\n/etc/init.d/redis-server start && ntopng "$@"' > /tmp/run.sh -RUN chmod +x /tmp/run.sh - -ENTRYPOINT ["/tmp/run.sh"] diff --git a/docker/README.md b/docker/README.md index 12de739832..97931f0573 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,8 +1,5 @@ -ntopng-docker -============= - ## ntopng Dock Builder Please see -- https://github.com/lucaderi/ntopng-docker [building information] -- https://hub.docker.com/r/lucaderi/ntopng-docker/ [container] \ No newline at end of file +- https://github.com/ntop/docker-ntop [Docker files] +- https://hub.docker.com/u/ntop [Ready-to-use containers] \ No newline at end of file