Skip to content

Commit

Permalink
removed initial string
Browse files Browse the repository at this point in the history
  • Loading branch information
Agasd committed Jun 4, 2022
1 parent 462153d commit ac04fc7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -848,9 +848,8 @@ public override string ToString()

if (null != HostIpMappings && 0 != HostIpMappings.Count)
{
sb.Append(" --add-host=");
foreach (var mapping in HostIpMappings)
sb.Append($"--add-host={mapping.Item1}:{mapping.Item2}");
sb.Append($" --add-host={mapping.Item1}:{mapping.Item2}");
}

if (Ulimit.Count > 0)
Expand Down

0 comments on commit ac04fc7

Please sign in to comment.