Packages
@osndot/plugin-docker
Docker integration for osn. applications.

Provides quick access to common Docker operations directly through the osn CLI.
Installation
Install and register the plugin in your project using the osn CLI:
osn plugin add docker
Commands
Once installed, the following commands are instantly available:
osn docker ps- List currently running Docker containers.osn docker build- Build a Docker image using the configuredimageName(defaults toosn-app).
Documentation
For more information and the full command reference, visit the main repository.