Skip to content

dozzle.dev

Realtime log viewer for docker containers.

Package Information

  • Domain: dozzle.dev
  • Name: dozzle.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install dozzle

Programs

This package provides the following executable programs:

  • dozzle

Aliases

This package can also be accessed using these aliases:

  • dozzle

Available Versions

Show all 60 versions
  • 8.13.1, 8.13.0, 8.12.21, 8.12.20, 8.12.19
  • 8.12.18, 8.12.17, 8.12.16, 8.12.15, 8.12.14
  • 8.12.13, 8.12.12, 8.12.11, 8.12.10, 8.12.9
  • 8.12.8, 8.12.7, 8.12.6, 8.12.5, 8.12.4
  • 8.12.3, 8.12.2, 8.12.1, 8.12.0, 8.11.9
  • 8.11.8, 8.11.7, 8.11.6, 8.11.5, 8.11.4
  • 8.11.3, 8.11.2, 8.11.1, 8.11.0, 8.10.7
  • 8.10.6, 8.10.5, 8.10.4, 8.10.3, 8.10.2
  • 8.10.1, 8.10.0, 8.9.1, 8.9.0, 8.8.3
  • 8.8.2, 8.8.1, 8.8.0, 8.7.4, 8.7.3
  • 8.7.2, 8.7.1, 8.7.0, 8.6.2, 8.6.1
  • 8.6.0, 8.5.5, 8.5.4, 8.5.3, 8.5.2

Latest Version: 8.13.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +dozzle.dev@8.13.1 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.dozzledev

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.