I'm trying to start a docker container using docker-java.
Using the method DockerClient.startContainerCmd
works for me, but I need to start the container with arguments.
The StartContainerCmd
class that is returned from this method does not have any methods to supply arguments before I execute it.
Is there a way to do it?