lazygit_rocker
November 2, 2024 ยท View on GitHub
Continuous Integration Status
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