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

invalid reference format: repository name must be lowercase #54

Open Tobias-Keller opened 4 years ago

Tobias-Keller commented 4 years ago

i trying to use docker-ssh with an ubuntu docker container, but get this error: invalid reference format: repository name must be lowercase.

my command: docker run --name sshd-testsystem -p 1333:22 -v /var/run/docker.sock:/var/run/docker.sock -e AUTH_MECHANISM=noAuth -e FILTERS={\"name\":[\"^/mytestsystem$\"]} jeroenpeeters/docker-ssh

the error occures when i set the FILTERS paramter. What i'am doing wrong?