dry
dry copied to clipboard
Feature request: Add run support to docker images.
Currently, there seems to be no way to start a new container from an image. The feature requested will add functionality equivalent to:
docker run -(it/d) <image name>:<tag>
Sounds good, I will give it a try.
@arush-sal latest release has basic support to run an image , although still very basic, I will appreciate some feedback.
Cheers
Sorry for the late reply, but couldn't find a way to run an image. Would you mind helping me out with the same or maybe adding the instructions to the README.md?
thanks for your effort :)
Ah, my bad, I have to add instructions somewhere in the docs.
There was a mention in the release notes:
Pressing r
on the image list will run a new container from the selected image. The user can provide the command to be run, but for now, additional options are not supported. #45.
Support is fairly limited, passing parameters to Docker run
is still not supported, just a command to run can be passed.
I would appreciate any feedback :)