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