jeroenpeeters / docker-ssh

SSH Server for Docker containers ~ Because every container should be accessible
GNU General Public License v2.0
638 stars 89 forks source link

Fallback to sh as CONTAINER_SHELL if bash is not available #22

Open matti opened 7 years ago

matti commented 7 years ago

Many images based on Alpine Linux etc do not contain bash, so docker-ssh does not work out of the box and error message is cryptic.

originator: #21