Skip to content

cherkavi/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker images and docker-compose solutions

set of docker images for general purposes

for using predefined scripts in documentation properties update your ".bashrc" with next aliases
( or just update destination session )

export ROOT_DOCKER_IMAGES="/home/projects/docker-images"

Similar source of information:

search in docker hub for a 'ssh'

SEARCH_CRITERIA=ssh
docker search $SEARCH_CRITERIA
docker search --filter=stars=3 --no-trunc $SEARCH_CRITERIA
docker search --format "{{.Name}}: {{.StarCount}}" $SEARCH_CRITERIA