Packages

@osndot/plugin-docker

Docker integration for osn. applications.

osn. plugin-docker

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 configured imageName (defaults to osn-app).

Documentation

For more information and the full command reference, visit the main repository.

← Previous@osndot/plugin-git