public class ContainerExec extends Object
| Constructor and Description |
|---|
ContainerExec() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
command()
Get the commands to execute within the container.
|
ContainerExec |
withCommand(List<String> command)
Set the commands to execute within the container.
|
public List<String> command()
public ContainerExec withCommand(List<String> command)
command - the command value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/