Sign inSign up

waaman/liveboxmonitor

By waaman

Updated over 3 years ago

Image docker de https://github.com/p-dor/LiveboxMonitor

Image
0

10K+

waaman/liveboxmonitor repository overview

Nécessite un mappage de port vers le port 80 container pour avoir accès à une webUI noVNC2 sur une base Ubuntu 20.04 LXDE.

Indiquez également comme dns l'ip de votre Livebox pour simplifier la détection.

Un docker-compose:

version: "3.8"
services:
  liveboxmonitor:
    container_name: Livebox-Monitor
    image: waaman/liveboxmonitor:latest
    ports:
      - 6080:80
    dns:
      - 192.168.1.1
    restart: unless-stopped

Voici la commande docker run

docker run -p 6080:80 --dns=192.168.1.1 waaman/liveboxmonitor:latest

Rejoignez la communauté Superboki pour en discuter si vous le souhaitez.

Tag summary

Content type

Image

Digest

sha256:c0c8001e2

Size

863.8 MB

Last updated

over 3 years ago

docker pull waaman/liveboxmonitor