docker-home

module
v0.0.0-...-ffeed6d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2025 License: GPL-3.0

README

docker-home

A simple docker home page

Usage

  1. docker

    docker run -d \
      -v /var/run/docker.sock:/var/run/docker.sock \
      -p 8080:8080 \
      --name=docker-home \
      pkdevel/docker-home
    
  2. docker-compose

    docker-home:
      image: pkdevel/docker-home:latest
      container_name: docker-home
      restart: unless-stopped
      ports:
        - 9080:8080
      volumes:
        - /var/run/docker.sock:/var/run/docker.sock
    

Repobeats

Alt

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL