Home

Awesome

lazygit_rocker

Continuous Integration Status

Ci Codecov GitHub issues GitHub pull-requests merged GitHub release License Python Pixi Badge

Intro

This is a rocker extension for adding lazygit to an existing docker image. Check out the rocker GitHub page for more details on how Rocker and its extensions work. In short, Rocker allows you to add custom capabilities to existing Docker containers.

Installation

pip install lazygit-rocker

Usage

To install lazygit in an image use the --lazygit flag

#add lazygit to the ubuntu:22.04 image
rocker --lazygit ubuntu:22.04

# add lazygit to the nvidia/cuda image
rocker --lazygit nvidia/cuda