dry icon indicating copy to clipboard operation
dry copied to clipboard

Feature request: Add run support to docker images.

Open arush-sal opened this issue 7 years ago • 4 comments

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>

arush-sal avatar Jun 09 '17 08:06 arush-sal

Sounds good, I will give it a try.

moncho avatar Jun 11 '17 22:06 moncho

@arush-sal latest release has basic support to run an image , although still very basic, I will appreciate some feedback.

Cheers

moncho avatar Aug 20 '17 17:08 moncho

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 :)

arush-sal avatar Sep 19 '17 11:09 arush-sal

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 :)

moncho avatar Sep 19 '17 12:09 moncho