Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shell probe #7

Closed
AndrienkoAleksandr opened this issue Sep 18, 2018 · 2 comments
Closed

Add shell probe #7

AndrienkoAleksandr opened this issue Sep 18, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@AndrienkoAleksandr
Copy link
Contributor

We should create "shell probe". For example if container doesn't has shell "/bin/bash" we can try to create new one exec with "/bin/sh" and so on... We can have list of such kind of "probes".

@AndrienkoAleksandr AndrienkoAleksandr added the enhancement New feature or request label Sep 18, 2018
@benoitf
Copy link
Contributor

benoitf commented Oct 22, 2018

maybe check as well /etc/passwd that defines shell per users

@AndrienkoAleksandr
Copy link
Contributor Author

We should get info "about shell" from predefined places ("/etc/passwd"), if we have no info about shell in container we can guess to prevent fail terminal creation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants