logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install amir20/dozzle. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

amir20/dozzle Installation Guide

How to install amir20/dozzle. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for amir20/dozzle. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i amir20/dozzle
or

Install via npx

npx @hexmos/ipm i amir20/dozzle

Prerequisites

Docker

system_tool

Version: 1.13.0-ce, 19.03.0-rc2, 20.10.0-beta.1

NodeJs

language

Version: 18.17.0

pnpm

package_manager

Version: 14.2.0

Go

build_tool

Version: 1.23.1

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Docker Compose for Swarm Mode

docker service create --name dozzle --env DOZZLE_MODE=swarm --mode global --mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock -p 8080:8080 amir20/dozzle:latest

Podman Agent Mode

podman run -v /var/run/docker.sock:/var/run/docker.sock -p 7007:7007 amir20/dozzle:latest agent

Local Development and Testing

make tools

make dev

Post Installation Steps

  • Start the Dozzle server using: `docker run -d --name dozzle -p 8080:8080 amir20/dozzle:latest`
  • Access the Dozzle web interface at http://localhost:8080/