示例#1
0
 protected virtual void StopContainer()
 {
     if (!string.IsNullOrEmpty(DbServerContainerName))
     {
         _dockerCli.StopContainer(DbServerContainerName);
     }
 }
 public void Dispose()
 {
     if (!string.IsNullOrEmpty(DbServerContainerName))
     {
         _dockerCli.StopContainer(DbServerContainerName);
     }
 }