mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
Update src/Runner.Worker/Container/DockerCommandManager.cs
Co-authored-by: Tingluo Huang <tingluohuang@github.com>
This commit is contained in:
@@ -351,7 +351,6 @@ namespace GitHub.Runner.Worker.Container
|
|||||||
{
|
{
|
||||||
return await ExecuteDockerCommandAsync(context, "inspect", $"{options} {dockerObject}");
|
return await ExecuteDockerCommandAsync(context, "inspect", $"{options} {dockerObject}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public async Task<List<PortMapping>> DockerPort(IExecutionContext context, string containerId)
|
public async Task<List<PortMapping>> DockerPort(IExecutionContext context, string containerId)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user