Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

/bin/bash is not always available in Docker images #51

Open
antoine-roux opened this issue Dec 23, 2017 · 0 comments
Open

/bin/bash is not always available in Docker images #51

antoine-roux opened this issue Dec 23, 2017 · 0 comments

Comments

@antoine-roux
Copy link

Hello and thanks for this useful tool!

Maybe you can make it a bit more flexible by letting the user choose the shell he want use to enter in a container.
Today, you impose /bin/bash as shell:

run(-2, ['docker', 'exec', '-it', selected_name, '/bin/bash'], interactive=True)

But it is not installed in every Docker images (by example, in very common Alpine ones)

Have a great day,
Antoine

@antoine-roux antoine-roux changed the title /bin/bash is not alway available in Docker images /bin/bash is not always available in Docker images Dec 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant