/cargo_rocker

A rocker extension for adding cargo to an existing docker image

Primary LanguageShellMIT LicenseMIT

cargo_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 cargo 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 cargo-rocker

Usage

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

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