diff --git a/Dockerfile b/Dockerfile index 03f557e..ef9c3a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:2.7 -MAINTAINER Eric Taieb Walch +LABEL org.opencontainers.image.authors="Eric Taieb Walch " RUN mkdir /app && \ cd /app && \ diff --git a/README.md b/README.md index 649f52b..a94847e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # docker-webNUT +This repository is a fork of https://github.com/teknologist/docker-webnut webNUT (UPS network monitoring web ui) dockerized.