fix(core): update

This commit is contained in:
2019-08-15 18:50:13 +02:00
parent a202d05e9c
commit 373a4e2eac
14 changed files with 281 additions and 54 deletions

View File

@@ -1,7 +1,7 @@
import { DockerNetwork } from '../docker.classes.network';
export interface IContainerCreationDescriptor {
hostname: string;
domainName: string;
Hostname: string;
Domainname: string;
networks?: DockerNetwork[];
}