Situation

  • Home
  • Installation
  • Quick start
  • Configuration
  • Backends
  • Roadmap
Deploy
  • Scheduled task
  • Ansible
  • Limiting footprint
Developer
  • Overview
  • Architecture
  • Contributing
  • Module
  • Store
Guides
  • jq one-liners
  • FastAPI
Modules
  • Reference
  • App User
  • ARP
  • Chassis
  • Docker
  • DPKG
  • Host Basic
  • Host CPU
  • Host Disk
  • Host GPU
  • Host Network
  • JA4
  • MSI
  • Netstat
  • Ping
  • Reverse Lookup
  • RPM
  • SNMP
  • SSH
  • TCP Scan
  • TLS
  • V Mware
  • Zypper

Docker

Previous Next

Retrieves information about docker containers.

windows linux root

DockerModule retrieves information about docker containers.

Details

It uses the official go client that performs HTTP queries either on port :2375 (on windows generally) or on UNIX sockets.

We generally need some privileges to reads UNIX sockets, so it may require root privileges (the alternative is to belong to the docker group)

Dependencies

  • context

  • fmt

  • net

  • runtime

  • strings

  • time

  • github.com/docker/docker/api/types

  • github.com/docker/docker/api/types/container

  • github.com/docker/docker/api/types/filters

  • github.com/docker/docker/api/types/network

  • github.com/docker/docker/client

  • github.com/sirupsen/logrus

Chassis DPKG
Menu
Home Installation Quick start Configuration Backends Roadmap
Deploy
Scheduled task Ansible Limiting footprint
Developer
Overview Architecture Contributing Module Store
Guides
jq one-liners FastAPI
Modules
Reference App User ARP Chassis Docker DPKG Host Basic Host CPU Host Disk Host GPU Host Network JA4 MSI Netstat Ping Reverse Lookup RPM SNMP SSH TCP Scan TLS V Mware Zypper

On This Page

Details Dependencies
shadcn theme provided by @asiffer