7 plugin.docker
Mohammed Qureshi (Nova Cat) edited this page 2025-08-06 02:54:55 -07:00

Plugin details

Name: Run commands in Docker containers
Author: @swee
Status: Mainline
Types: command, restart.hook

This plugin allows users to execute commands in a disposable Docker container, the counterpart of $shell that anyone can use safely.

The Docker image being used is git.swee.codes/swee/alpinenexus:edge

Commands

Command Description
$doreset Reset the container data
$doshell Run a command
$doshell-st Run a command, and only get the status code
$python Run Python code