File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ Volumes listed in `iobBackup` are tagged for inclusion in ioBroker backup routin
180180-->
181181
182182# # Changelog
183- # ## 0.0.14 (2025-09-26)
183+ # ## **WORK IN PROGRESS**
184184- (@GermanBluefox) Split the docker manager into pure docker commands and monitoring of own containers
185185
186186# ## 0.0.3 (2025-09-25)
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ import type {
1111 DockerContainerInspect ,
1212 DockerImageTagsResponse ,
1313 VolumeInfo ,
14+ ImageName ,
15+ DiskUsage ,
16+ DockerImageInspect ,
17+ PortBinding ,
18+ Protocol ,
19+ Security ,
20+ VolumeMount ,
1421} from './types' ;
1522import { readFileSync } from 'node:fs' ;
1623import JSON5 from 'json5' ;
@@ -32,6 +39,13 @@ export {
3239 type VolumeInfo ,
3340 type DockerImageTagsResponse ,
3441 type DockerContainerInspect ,
42+ type ImageName ,
43+ type DiskUsage ,
44+ type DockerImageInspect ,
45+ type PortBinding ,
46+ type Protocol ,
47+ type Security ,
48+ type VolumeMount ,
3549} ;
3650
3751export default class DockerPlugin extends PluginBase {
You can’t perform that action at this time.
0 commit comments