icon

Situation

  • Home
  • Quick start
  • Setup
  • Security
  • CLI
  • Roadmap
API
  • Overview
  • PostgreSQL
  • SQLite
Deploy
  • Ansible
  • Limiting footprint
  • Scheduled task
  • Sentry
Developer
  • Overview
  • Architecture
  • Contributing
  • Module
  • Store
Modules
  • Reference
  • ARP
  • Chassis
  • Docker
  • DPKG
  • Fingerprint
  • HostBasic
  • HostCPU
  • HostDisk
  • HostGPU
  • HostNetwork
  • JA4
  • LocalUsers
  • MAC Vendor
  • MSI
  • Netstat
  • Ping
  • ReverseLookup
  • RPM
  • SaaS
  • StandardProtocol
  • TCP Scan
  • TLS
  • Users
  • 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 :2376 (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/asiffer/puzzle

  • 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 Quick start Setup Security CLI Roadmap
API
Overview PostgreSQL SQLite
Deploy
Ansible Limiting footprint Scheduled task Sentry
Developer
Overview Architecture Contributing Module Store
Modules
Reference ARP Chassis Docker DPKG Fingerprint HostBasic HostCPU HostDisk HostGPU HostNetwork JA4 LocalUsers MAC Vendor MSI Netstat Ping ReverseLookup RPM SaaS StandardProtocol TCP Scan TLS Users Zypper

On This Page

Details Dependencies
shadcn theme provided by @asiffer