fix(core): update
This commit is contained in:
7
ts/interfaces/container.ts
Normal file
7
ts/interfaces/container.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { DockerNetwork } from '../docker.classes.network';
|
||||
|
||||
export interface IContainerCreationSpecifier {
|
||||
hostname: string;
|
||||
domainName: string;
|
||||
networks?: DockerNetwork[];
|
||||
}
|
@ -1,2 +1,3 @@
|
||||
export * from './container';
|
||||
export * from './label';
|
||||
export * from './port';
|
||||
|
Reference in New Issue
Block a user