Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 746 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 746 Bytes

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