From cfdc6302fae1ee8b621fc081b4bea4c03c2474f2 Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Tue, 29 Oct 2024 22:55:35 +0000 Subject: [PATCH] Feature/external repos (#293) * add: link to pixi_rocker repo * docs: Add links to external rocker extensions * docs: add section on externally maintained rocker wrappers --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index faea0499..38f14f24 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,20 @@ Here's a list of public repositories with extensions. - mp_rocker: https://github.com/miguelprada/mp_rocker - ghrocker: https://github.com/tfoote/ghrocker - novnc_rocker: https://github.com/tfoote/novnc-rocker +- template_rocker: https://github.com/blooop/template_rocker +- deps_rocker: https://github.com/blooop/deps_rocker +- pixi_rocker: https://github.com/blooop/pixi_rocker +- conda_rocker: https://github.com/blooop/conda_rocker +- palanteer_rocker: https://github.com/blooop/palanteer_rocker +- lazygit_rocker: https://github.com/blooop/lazygit_rocker +### Externally maintained rocker wrappers + +Here is a list of public repositories that wrap rocker and extend its functionality. These tools are meant to be a drop in replacement of rocker so that all the existing behavior stays the same. + +- rockerc: https://github.com/blooop/rockerc wraps rocker to enable putting rocker commands into a yaml config file. +- rockervsc: https://github.com/blooop/rockervsc wraps rocker so that a vscode instance attaches to the launched container. # Prerequisites