Dockerfile | ●●●●● patch | view | raw | blame | history | |
README.md | ●●●●● patch | view | raw | blame | history |
Dockerfile
@@ -1,11 +1,11 @@ FROM openjdk:8-jre-slim MAINTAINER Jacek Kowalski <Jacek@jacekk.info> ENV UNIFI_VERSION 5.6.39 ENV UNIFI_VERSION 5.8.28 RUN apt-get update \ && apt-get -y install \ wget jsvc mongodb-server libcap2 binutils procps sudo \ curl wget jsvc mongodb-server libcap2 binutils procps sudo \ && apt-get -y clean \ && rm -Rf /var/lib/apt/lists/* README.md
@@ -1,12 +1,13 @@ # UniFi This is a Docker image of UniFi controller This is a Docker image of UniFi SDN controller based on `openjdk:8-jre-slim` ## Tags Container is created for each stable UniFi release and tagged as vX.X.X. `:latest` tag is for the latest 5.6 LTS release. `:latest` tag is for the latest stable release (currently 5.8). `:lts` tag is for the latest 5.6 LTS release. `:v5.7` tag is for the latest 5.7 release. `:v5.8` tag is for the latest 5.8 release.