Docker & Container Tooling

// Monitoring Containers

The Docker plugin adds a dedicated container tracker to the sidebar. It list all active containers, images, and volumes, and lets you restart or stop containers via hotkeys.

// Running Tasks inside Containers

You can execute compiler scripts directly inside target containers. Simply add the container name to your task JSON configuration profile.

// Docker Compose Integration

TermStudio detects docker-compose.yml files. Right-click the file in the sidebar explorer to quickly trigger compose up/down commands.