Skip to content

SSH server dockerized with customizable packages via environment variables

Notifications You must be signed in to change notification settings

jkernech/docker-sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker SSHD

CircleCI

SSH service wrapped in a container to connect to and inspect other container’s volumes, or to get quick access to a test container.

This service is configurable via the following environment variables.

Environment variables

ALPINE_PACKAGES

Install alpine packages during the build phase.

AUTHORIZED_KEYS

Install provided SSH keys on the container hosts.

PASSWORD

Grant root user credentials to log with provided PASSWORD

Setup

Docker environment needs to be setup on your machine.

Run it locally:

docker run -p 2222:22 -e PASSWORD=qwerty123456 -it jkernech/sshd

About

SSH server dockerized with customizable packages via environment variables

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages