Docker Container Management

Running Containers

@if (containers.length > 0) {
@for (container of containers; track container) {
{{container.name}} {{container.image}} {{container.status}}
}
} @else {

No containers found

}

Run New Container

Execute Docker Command

@if (lastCommandResult) {

Command Output

{{getOutputText(lastCommandResult.output)}}
} @if (selectedContainerLogs) {
}