logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

APX Subsystems - Manage Containers | Online Free DevTools by Hexmos

Manage Linux subsystems with APX. Create, list, reset, and remove containerized environments for customized development. Free online tool, no registration required.

apx-subsystems

Manage subsystems in apx. Subsystems are containers that can be created based on pre-existing stacks. More information: https://docs.vanillaos.org/docs/en/apx-manpage#subsystems.

  • Interactively create a new subsystem:

apx subsystems new

  • List all available subsystems:

apx subsystems list

  • Reset a specific subsystem to its initial state:

apx subsystems reset {{[-n|--name]}} {{string}}

  • Force reset a specific subsystem:

apx subsystems reset {{[-n|--name]}} {{string}} {{[-f|--force]}}

  • Remove a specific subsystem:

apx subsystems rm {{[-n|--name]}} {{string}}

  • Force remove a specific subsystem:

apx subsystems rm {{[-n|--name]}} {{string}} {{[-f|--force]}}

See Also