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 swee.codes/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 |