Hi all - I'm new to docker and need a little help with the docker GUI plugin.
My question is how can I run an image using the plugin and get it to use the command '/bin/bash'
from the cli I can use:
docker run -i -t [imagename] /bin/bash
How do I do this using the GUI? When I try to start/run an image using the GUI it uses 'bash' as the command and the container does not start...