Needs:
When I need to pass -it for example to the docker run command, I can't since there is no option to pass these optional arguments.
Example:
docker run -it --name example -d redis:latest
Is there any intention to add the ability to pass optional arguments to docker run command ?
Needs:
When I need to pass
-itfor example to thedocker runcommand, I can't since there is no option to pass these optional arguments.Example:
Is there any intention to add the ability to pass optional arguments to
docker runcommand ?